org.eclipse.higgins.sts.common
Class SecurityInformation
java.lang.Object
org.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
SecurityInformation
public SecurityInformation()
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