public interface WSUserPasswordDigest
WSUserPasswordDigest
interface defines the
interface for tokens that are passed to the assertIdentity call
for the wsse:PasswordDigest
token type.Authentication providers generate password digest based on the nonce and creation data ad time in string format and assert identity based on the password digest value passed in this token.
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCreatedString() |
Returns the digest created date and time as a String.
|
long |
getCreatedTimeInMillis() |
Returns the digest created date and time as a long value.
|
byte[] |
getDecodedNonce() |
Returns the decoded nonce.
|
byte[] |
getDecodedPasswordDigest() |
Returns the decoded passsword digest value.
|
java.lang.String |
getUsername() |
Returns the name of the user whose identity is being asserted.
|
java.lang.String getUsername()
byte[] getDecodedPasswordDigest()
byte[] getDecodedNonce()
java.lang.String getCreatedString()
long getCreatedTimeInMillis()