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 class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.higgins.sts.api.IMessage |
getAddressingInformation, getMessage, getSecurityInformation, setAddressingInformation, setMessage, setSecurityInformation |
STSRequest
public STSRequest()
getRequestSecurityTokenCollection
public java.util.List getRequestSecurityTokenCollection()
- Specified by:
getRequestSecurityTokenCollection in interface org.eclipse.higgins.sts.api.ISTSRequest
getTransportPassword
public java.lang.String getTransportPassword()
- Specified by:
getTransportPassword in interface org.eclipse.higgins.sts.api.ISTSRequest
getTransportUsername
public java.lang.String getTransportUsername()
- Specified by:
getTransportUsername in interface org.eclipse.higgins.sts.api.ISTSRequest
setTransportPassword
public void setTransportPassword(java.lang.String strPassword)
- Specified by:
setTransportPassword in interface org.eclipse.higgins.sts.api.ISTSRequest
setTransportUsername
public void setTransportUsername(java.lang.String strUsername)
- Specified by:
setTransportUsername in interface org.eclipse.higgins.sts.api.ISTSRequest
getMasterKey
public byte[] getMasterKey()
- Specified by:
getMasterKey in interface org.eclipse.higgins.sts.api.ISTSRequest
setMasterKey
public void setMasterKey(byte[] byteMasterKey)
- Specified by:
setMasterKey in interface org.eclipse.higgins.sts.api.ISTSRequest