org.eclipse.higgins.sts.api
Interface ISTSRequest

All Superinterfaces:
IMessage

public interface ISTSRequest
extends IMessage

Interface representing the Request

Author:
mikemci

Method Summary
 List getRequestSecurityTokenCollection()
          Gets the List of IRequestSecurityToken
 KeyPair getSelfSigningKeyPair()
           
 String getTransportPassword()
           
 String getTransportUsername()
           
 void setSelfSigningKeyPair(KeyPair kpSelf)
           
 void setTransportPassword(String strPassword)
           
 void setTransportUsername(String strUsername)
           
 
Methods inherited from interface org.eclipse.higgins.sts.api.IMessage
getAddressingInformation, getMessage, getSecurityInformation, setAddressingInformation, setMessage, setSecurityInformation
 

Method Detail

setTransportUsername

public void setTransportUsername(String strUsername)

setTransportPassword

public void setTransportPassword(String strPassword)

getTransportUsername

public String getTransportUsername()

getTransportPassword

public String getTransportPassword()

getRequestSecurityTokenCollection

public List getRequestSecurityTokenCollection()
Gets the List of IRequestSecurityToken

Returns:
the List of IRequestSecurityToken

getSelfSigningKeyPair

public KeyPair getSelfSigningKeyPair()

setSelfSigningKeyPair

public void setSelfSigningKeyPair(KeyPair kpSelf)