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 java.lang.Object
- implements org.eclipse.higgins.sts.api.ISecurityInformation
- Author:
- mikemci
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityInformation
public SecurityInformation()
getPrivatePersonalIdentifier
public java.lang.String getPrivatePersonalIdentifier()
- Specified by:
getPrivatePersonalIdentifier in interface org.eclipse.higgins.sts.api.ISecurityInformation
- Returns:
- the strPPID
setPrivatePersonalIdentifier
public void setPrivatePersonalIdentifier(java.lang.String strPPID)
- Specified by:
setPrivatePersonalIdentifier in interface org.eclipse.higgins.sts.api.ISecurityInformation
- Parameters:
strPPID - the strPPID to set
getExponent
public java.lang.String getExponent()
- Specified by:
getExponent in interface org.eclipse.higgins.sts.api.ISecurityInformation
- Returns:
- the strExponent
setExponent
public void setExponent(java.lang.String strExponent)
- Specified by:
setExponent in interface org.eclipse.higgins.sts.api.ISecurityInformation
- Parameters:
strExponent - the strExponent to set
getModulus
public java.lang.String getModulus()
- Specified by:
getModulus in interface org.eclipse.higgins.sts.api.ISecurityInformation
- Returns:
- the strModulus
setModulus
public void setModulus(java.lang.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 java.util.List getSecurityTokenList()
- Specified by:
getSecurityTokenList in interface org.eclipse.higgins.sts.api.ISecurityInformation