org.eclipse.higgins.sts.api
Interface ISTSRequest
- All Superinterfaces:
- IMessage
- public interface ISTSRequest
- extends IMessage
Interface representing the Request
- Author:
- mikemci
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)