Class PasswordCallbackHandler
java.lang.Object
org.jboss.wsf.stack.cxf.extensions.security.PasswordCallbackHandler
- All Implemented Interfaces:
CallbackHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidIt attempts to get the password from the private alias/passwords map.voidsetAliasPassword(String alias, String password) Add an alias/password pair to the callback mechanism.
-
Constructor Details
-
PasswordCallbackHandler
-
-
Method Details
-
handle
It attempts to get the password from the private alias/passwords map.- Specified by:
handlein interfaceCallbackHandler- Throws:
IOExceptionUnsupportedCallbackException
-
setAliasPassword
Add an alias/password pair to the callback mechanism.
-