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

void setTransportUsername(String strUsername)

setTransportPassword

void setTransportPassword(String strPassword)

getTransportUsername

String getTransportUsername()

getTransportPassword

String getTransportPassword()

getRequestSecurityTokenCollection

List getRequestSecurityTokenCollection()
Gets the List of IRequestSecurityToken

Returns:
the List of IRequestSecurityToken

getSelfSigningKeyPair

KeyPair getSelfSigningKeyPair()

setSelfSigningKeyPair

void setSelfSigningKeyPair(KeyPair kpSelf)