-
id
String id
Token identifier
-
wsuId
String wsuId
WSU Identifier of the token
-
properties
Map<K,V> properties
A bag to hold any other properties
-
data
byte[] data
Some binary data associated with the token
-
created
Date created
Created time
-
expires
Date expires
Expiration time
-
issuerAddress
String issuerAddress
Issuer end point address
-
encrKeySha1Value
String encrKeySha1Value
If an encrypted key, this contains the sha1 for the key
-
tokenHash
int tokenHash
A hash code associated with this token.
-
transformedTokenIdentifier
String transformedTokenIdentifier
This holds the identifier of another SecurityToken which represents a transformed
version of this token.
-
tokenType
String tokenType
The tokenType
-
x509cert
X509Certificate x509cert
-
principal
Principal principal
The principal of this SecurityToken