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()
getPrivatePersonalIdentifier
public String getPrivatePersonalIdentifier()
- Specified by:
getPrivatePersonalIdentifier in interface org.eclipse.higgins.sts.api.ISecurityInformation
- Returns:
- the strPPID
setPrivatePersonalIdentifier
public void setPrivatePersonalIdentifier(String strPPID)
- Specified by:
setPrivatePersonalIdentifier in interface org.eclipse.higgins.sts.api.ISecurityInformation
- Parameters:
strPPID - the strPPID to set
getExponent
public String getExponent()
- Specified by:
getExponent in interface org.eclipse.higgins.sts.api.ISecurityInformation
- Returns:
- the strExponent
setExponent
public void setExponent(String strExponent)
- Specified by:
setExponent in interface org.eclipse.higgins.sts.api.ISecurityInformation
- Parameters:
strExponent - the strExponent to set
getModulus
public String getModulus()
- Specified by:
getModulus in interface org.eclipse.higgins.sts.api.ISecurityInformation
- Returns:
- the strModulus
setModulus
public void setModulus(String strModulus)
- Specified by:
setModulus in interface org.eclipse.higgins.sts.api.ISecurityInformation
- Parameters:
strModulus - the strModulus to set
getUsernameToken
public org.eclipse.higgins.sts.api.IUsernameToken getUsernameToken()
- Specified by:
getUsernameToken in interface org.eclipse.higgins.sts.api.ISecurityInformation
getTimestamp
public org.eclipse.higgins.sts.api.ITimestamp getTimestamp()
- Specified by:
getTimestamp in interface org.eclipse.higgins.sts.api.ISecurityInformation
setUsernameToken
public void setUsernameToken(org.eclipse.higgins.sts.api.IUsernameToken usernameToken)
- Specified by:
setUsernameToken in interface org.eclipse.higgins.sts.api.ISecurityInformation
setTimestamp
public void setTimestamp(org.eclipse.higgins.sts.api.ITimestamp timestamp)
- Specified by:
setTimestamp in interface org.eclipse.higgins.sts.api.ISecurityInformation
getBinarySecurityToken
public org.eclipse.higgins.sts.api.IBinarySecurityToken getBinarySecurityToken()
- Specified by:
getBinarySecurityToken in interface org.eclipse.higgins.sts.api.ISecurityInformation
setBinarySecurityToken
public void setBinarySecurityToken(org.eclipse.higgins.sts.api.IBinarySecurityToken binarySecurityToken)
- Specified by:
setBinarySecurityToken in interface org.eclipse.higgins.sts.api.ISecurityInformation
addSecurityToken
public void addSecurityToken(org.eclipse.higgins.sts.api.IElement elemToken)
- Specified by:
addSecurityToken in interface org.eclipse.higgins.sts.api.ISecurityInformation
getSecurityTokenList
public List getSecurityTokenList()
- Specified by:
getSecurityTokenList in interface org.eclipse.higgins.sts.api.ISecurityInformation