org.eclipse.higgins.sts.common
Class SecurityInformation

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.SecurityInformation
All Implemented Interfaces:
org.eclipse.higgins.sts.api.ISecurityInformation

public class SecurityInformation
extends Object
implements org.eclipse.higgins.sts.api.ISecurityInformation

Author:
mikemci

Constructor Summary
SecurityInformation()
           
 
Method Summary
 void addSecurityElement(org.eclipse.higgins.sts.api.ISecurityElement element)
           
 Key getAuthenticationKey()
           
 org.eclipse.higgins.sts.api.ISecurityElement getFirst(Class cls)
           
 List getList(Class cls)
           
 List getSecurityElementList()
           
 void setAuthenticationKey(Key authenticationKey)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityInformation

public SecurityInformation()
Method Detail

setAuthenticationKey

public void setAuthenticationKey(Key authenticationKey)
Specified by:
setAuthenticationKey in interface org.eclipse.higgins.sts.api.ISecurityInformation

getAuthenticationKey

public Key getAuthenticationKey()
Specified by:
getAuthenticationKey in interface org.eclipse.higgins.sts.api.ISecurityInformation

addSecurityElement

public void addSecurityElement(org.eclipse.higgins.sts.api.ISecurityElement element)
Specified by:
addSecurityElement in interface org.eclipse.higgins.sts.api.ISecurityInformation

getSecurityElementList

public List getSecurityElementList()
Specified by:
getSecurityElementList in interface org.eclipse.higgins.sts.api.ISecurityInformation

getFirst

public org.eclipse.higgins.sts.api.ISecurityElement getFirst(Class cls)
Specified by:
getFirst in interface org.eclipse.higgins.sts.api.ISecurityInformation

getList

public List getList(Class cls)
Specified by:
getList in interface org.eclipse.higgins.sts.api.ISecurityInformation