com.ibm.wsspi.security.token
Class TokenHolder
- java.lang.Object
com.ibm.wsspi.security.token.TokenHolder
All implemented interfaces:
java.io.Serializable
- public class TokenHolder
- extends java.lang.Object
- implements java.io.Serializable
Since:
5.1.1
Version:
5.1.1
See Also:
Constructor Summary
Constructor and Description |
---|
TokenHolder(byte[] bytes,java.lang.String name,int version)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getBytes()
Returns the byte[] of the token.
|
|
getName()
Returns the name of the token.
|
|
getVersion()
Returns the version of the token.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
TokenHolder
- public TokenHolder(byte[] bytes,
- java.lang.String name,
- int version)
Method Detail
getBytes
- public byte[] getBytes()
Returns the byte[] of the token.
Returns:
byte[]
getName
- public java.lang.String getName( )
Returns the name of the token.
Returns:
String
getVersion
- public int getVersion()
Returns the version of the token.
Returns:
short;