Modifier and Type | Method | Description |
---|---|---|
long |
getCreatedTimeInMillis() |
Deprecated.
returns the Created in milliseconds time format
|
java.lang.String |
getNonce() |
Deprecated.
returns the nonce, as encoded in the token
|
java.lang.String |
getPassword() |
Deprecated.
Returns the token's password, if available.
|
java.lang.String |
getPasswordDigest() |
Deprecated.
returns the password digest, as encoded in the token
|
java.lang.String |
getPasswordType() |
Deprecated.
returns the password type for the token.
|
UserInfo |
getUserInfo() |
Deprecated.
Returns the UserInfo contained in the UsernameToken
|
java.lang.String |
getUsername() |
Deprecated.
Returns the tokens username.
|
void |
setGenerateNonce(boolean nonce) |
Deprecated.
|
void |
setId(java.lang.String id) |
Deprecated.
Sets the ID attribute of the UsernameToken.
|
boolean |
verifyDigest(java.lang.String password) |
Deprecated.
If the token contains a digest, this method will verify the digest against
the provided password
|
getCertificate, getCertificateChain, getId, getPrivateKey, getPublicKey, getSecretKey
java.lang.String getUsername()
java.lang.String getPassword()
java.lang.String getPasswordDigest()
java.lang.String getPasswordType()
void setId(java.lang.String id) throws SecurityProcessingException
id
- SecurityProcessingException
boolean verifyDigest(java.lang.String password) throws java.security.NoSuchAlgorithmException
password
- java.security.NoSuchAlgorithmException
UserInfo getUserInfo()
void setGenerateNonce(boolean nonce)
java.lang.String getNonce()
long getCreatedTimeInMillis()