org.eclipse.higgins.sts.common
Class STSRequest

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.Message
      extended byorg.eclipse.higgins.sts.common.STSRequest
All Implemented Interfaces:
org.eclipse.higgins.sts.api.IMessage, org.eclipse.higgins.sts.api.ISTSRequest

public class STSRequest
extends Message
implements org.eclipse.higgins.sts.api.ISTSRequest

Encapsulates values associated with the STS Request (RequestSecurityToken[Collection])

Author:
mikemci at us dot ibm dot com

Constructor Summary
STSRequest()
           
 
Method Summary
 List getRequestSecurityTokenCollection()
           
 KeyPair getSelfSigningKeyPair()
           
 String getTransportPassword()
           
 String getTransportUsername()
           
 void setSelfSigningKeyPair(KeyPair kpSelf)
           
 void setTransportPassword(String strPassword)
           
 void setTransportUsername(String strUsername)
           
 
Methods inherited from class org.eclipse.higgins.sts.common.Message
getAddressingInformation, getMessage, getSecurityInformation, setAddressingInformation, setMessage, setSecurityInformation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.sts.api.IMessage
getAddressingInformation, getMessage, getSecurityInformation, setAddressingInformation, setMessage, setSecurityInformation
 

Constructor Detail

STSRequest

public STSRequest()
Method Detail

getRequestSecurityTokenCollection

public List getRequestSecurityTokenCollection()
Specified by:
getRequestSecurityTokenCollection in interface org.eclipse.higgins.sts.api.ISTSRequest

getTransportPassword

public String getTransportPassword()
Specified by:
getTransportPassword in interface org.eclipse.higgins.sts.api.ISTSRequest

getTransportUsername

public String getTransportUsername()
Specified by:
getTransportUsername in interface org.eclipse.higgins.sts.api.ISTSRequest

setTransportPassword

public void setTransportPassword(String strPassword)
Specified by:
setTransportPassword in interface org.eclipse.higgins.sts.api.ISTSRequest

setTransportUsername

public void setTransportUsername(String strUsername)
Specified by:
setTransportUsername in interface org.eclipse.higgins.sts.api.ISTSRequest

getSelfSigningKeyPair

public KeyPair getSelfSigningKeyPair()
Specified by:
getSelfSigningKeyPair in interface org.eclipse.higgins.sts.api.ISTSRequest

setSelfSigningKeyPair

public void setSelfSigningKeyPair(KeyPair kpSelf)
Specified by:
setSelfSigningKeyPair in interface org.eclipse.higgins.sts.api.ISTSRequest