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 addSecurityToken(org.eclipse.higgins.sts.api.IElement elemToken)
           
 org.eclipse.higgins.sts.api.IBinarySecurityToken getBinarySecurityToken()
           
 String getExponent()
           
 String getModulus()
           
 String getPrivatePersonalIdentifier()
           
 List getSecurityTokenList()
           
 org.eclipse.higgins.sts.api.ITimestamp getTimestamp()
           
 org.eclipse.higgins.sts.api.IUsernameToken getUsernameToken()
           
 void setBinarySecurityToken(org.eclipse.higgins.sts.api.IBinarySecurityToken binarySecurityToken)
           
 void setExponent(String strExponent)
           
 void setModulus(String strModulus)
           
 void setPrivatePersonalIdentifier(String strPPID)
           
 void setTimestamp(org.eclipse.higgins.sts.api.ITimestamp timestamp)
           
 void setUsernameToken(org.eclipse.higgins.sts.api.IUsernameToken usernameToken)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityInformation

public SecurityInformation()
Method Detail

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