| Constructor and Description |
|---|
UsernameTokenProcessor() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDerivedKey(javax.security.auth.callback.CallbackHandler cb) |
java.lang.String |
getId()
Get the Id of the processor.
|
UsernameToken |
getUt()
Get the processed UsernameToken.
|
void |
handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig wsc) |
WSUsernameTokenPrincipal |
handleUsernameToken(org.w3c.dom.Element token,
javax.security.auth.callback.CallbackHandler cb)
Check the UsernameToken element.
|
public void handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig wsc)
throws WSSecurityException
handleToken in interface ProcessorWSSecurityExceptionpublic WSUsernameTokenPrincipal handleUsernameToken(org.w3c.dom.Element token, javax.security.auth.callback.CallbackHandler cb) throws WSSecurityException
USERNAME_TOKEN_UNKNOWN.token - the DOM element that contains the UsernameTokencb - the reference to the callback objectWSSecurityExceptionpublic java.lang.String getId()
Processorpublic UsernameToken getUt()
public byte[] getDerivedKey(javax.security.auth.callback.CallbackHandler cb)
throws WSSecurityException
WSSecurityExceptionCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.