protected class WSSecurityHandler.DefaultHandler extends BaseSecurityCallbackHandler
| Modifier | Constructor and Description |
|---|---|
protected |
WSSecurityHandler.DefaultHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processSignature(org.apache.ws.security.WSPasswordCallback callback)
Need the password to get the private key of
this identifier (username) from the keystore.
|
protected void |
processUsernameTokenUnkown(org.apache.ws.security.WSPasswordCallback callback)
Either a not specified
password type or a password type passwordText.
|
handle, processCallback, processDecrypt, processKeyName, processUsernameTokenprotected void processSignature(org.apache.ws.security.WSPasswordCallback callback)
throws java.io.IOException,
javax.security.auth.callback.UnsupportedCallbackException
BaseSecurityCallbackHandlerprocessSignature in class BaseSecurityCallbackHandlerjava.io.IOExceptionjavax.security.auth.callback.UnsupportedCallbackExceptionprotected void processUsernameTokenUnkown(org.apache.ws.security.WSPasswordCallback callback)
throws java.io.IOException,
javax.security.auth.callback.UnsupportedCallbackException
BaseSecurityCallbackHandlerprocessUsernameTokenUnkown in class BaseSecurityCallbackHandlerjava.io.IOExceptionjavax.security.auth.callback.UnsupportedCallbackExceptionCopyright © 2005-2016 FuseSource. All Rights Reserved.