| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
java.lang.Object
|
+--com.ibm.websphere.objectgrid.security.plugins.builtins.WSTokenCredential
Constructor Summary | |
---|---|
WSTokenCredential(byte[], byte[])
Construct a WebSphere token credential. |
Method Summary | |
---|---|
public
byte | getAT()
|
public
byte | getOAT()
|
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 |
public WSTokenCredential( | byte[] at , | byte[] oat )
|
at
-
the Authentication toke
oat
-
the opaque authorization token
Method Detail |
public byte getAT( | ) |
public byte getOAT( | ) |
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |