org.eclipse.higgins.sts.common
Class STSRequest
java.lang.Object
org.eclipse.higgins.sts.common.Message
org.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
Methods inherited from interface org.eclipse.higgins.sts.api.IMessage |
getAddressingInformation, getMessage, getSecurityInformation, setAddressingInformation, setMessage, setSecurityInformation |
STSRequest
public STSRequest()
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