|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UsernameToken
This interface is responsible for the UsernameToken, <wsse:UsernameToken>.
It defined by OASIS
Web Services Security Username Token Profile 1.0.
SecurityToken
,
BinarySecurityToken
,
UNTGenerateCallbackHandler
,
UNTConsumeCallbackHandler
Field Summary | |
---|---|
static javax.xml.namespace.QName |
TokenQname
Represents the QName of this class, <wsc:UsernameToken>. |
static javax.xml.namespace.QName |
ValueType
Represents the value type. |
Fields inherited from interface com.ibm.websphere.wssecurity.wssapi.token.SecurityToken |
---|
DECRYPTING_KEY, ENCRYPTING_KEY, REF_EMBEDDED, REF_KEYID, REF_STR, REF_THUMBPRINT, SIGNING_KEY, VERIFING_KEY |
Method Summary | |
---|---|
java.util.Date |
getCreatedTime()
Returns created time stamp. |
byte[] |
getNonce()
Returns nonce. |
char[] |
getPassword()
Returns the password. |
java.lang.String |
getUsername()
Returns the username. |
Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.token.SecurityToken |
---|
getId, getKey, getKeyIdentifier, getKeyIdentifierEncodingType, getKeyIdentifierValueType, getKeyName, getPrincipal, getReferenceURI, getThumbprint, getThumbprintEncodingType, getThumbprintValueType, getTokenQname, getValueType, getXML |
Field Detail |
---|
static final javax.xml.namespace.QName ValueType
static final javax.xml.namespace.QName TokenQname
Method Detail |
---|
java.lang.String getUsername()
char[] getPassword()
java.util.Date getCreatedTime()
byte[] getNonce()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |