org.eclipse.higgins.sts.common
Class STSRequest

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.Message
      extended byorg.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

Constructor Summary
STSRequest()
           
 
Method Summary
 byte[] getMasterKey()
           
 java.util.List getRequestSecurityTokenCollection()
           
 java.lang.String getTransportPassword()
           
 java.lang.String getTransportUsername()
           
 void setMasterKey(byte[] byteMasterKey)
           
 void setTransportPassword(java.lang.String strPassword)
           
 void setTransportUsername(java.lang.String strUsername)
           
 
Methods inherited from class org.eclipse.higgins.sts.common.Message
getAddressingInformation, getMessage, getSecurityInformation, setAddressingInformation, setMessage, setSecurityInformation
 
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
 

Constructor Detail

STSRequest

public STSRequest()
Method Detail

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