IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1

com.ibm.websphere.objectgrid.security.plugins.builtins
WSTokenCredential

java.lang.Object
  |
  +--com.ibm.websphere.objectgrid.security.plugins.builtins.WSTokenCredential
All Implemented Interfaces
Credential


This class reprensets a WebSphere Application Server security token credential. An object of this class contains byte arrays which represent the security tokens used in the Application server. Specifically, this credential contians to tokens, WebSphere specific authentication token and WebSphere specific opaque authorization token.


Constructor Summary
WSTokenCredential(byte[], byte[])
           Construct a WebSphere token credential.


Method Summary
public  bytegetAT()
          
public  bytegetOAT()
          

Inherited Methods

Methods inherited from java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from com.ibm.websphere.objectgrid.security.plugins.Credential
equals, hashCode

Constructor Detail

WSTokenCredential

public WSTokenCredential( byte[] at,byte[] oat)
Construct a WebSphere token credential.
Parameters:
at - the Authentication toke
oat - the opaque authorization token


Method Detail

getAT

public byte getAT()


Returns:
     the AT token byte array


getOAT

public byte getOAT()


Returns:
     the OAT token byte array


IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1