public interface UsernameToken extends SecurityToken
Modifier and Type | Field and Description |
---|---|
static javax.xml.namespace.QName |
TokenQname
Represents the QName of this class, <wsc:UsernameToken>.
|
static javax.xml.namespace.QName |
ValueType
Represents the value type.
|
DECRYPTING_KEY, ENCRYPTING_KEY, REF_EMBEDDED, REF_KEYID, REF_STR, REF_THUMBPRINT, SIGNING_KEY, VERIFING_KEY
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreatedTime()
Returns created time stamp.
|
byte[] |
getNonce()
Returns nonce.
|
char[] |
getPassword()
Returns the password.
|
java.lang.String |
getUsername()
Returns the username.
|
getId, getKey, getKeyIdentifier, getKeyIdentifierEncodingType, getKeyIdentifierValueType, getKeyName, getPrincipal, getReferenceURI, getThumbprint, getThumbprintEncodingType, getThumbprintValueType, getTokenQname, getValueType, getXML
static final javax.xml.namespace.QName ValueType
ValueType:"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken"
static final javax.xml.namespace.QName TokenQname
NamespaceURI: "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
LocalPart: "UsernameToken"
java.lang.String getUsername()
char[] getPassword()
java.util.Date getCreatedTime()
byte[] getNonce()