Class BasicAuthenticationPasswordHandler
java.lang.Object
org.kuali.rice.ksb.messaging.servicehandlers.BasicAuthenticationPasswordHandler
- All Implemented Interfaces:
CallbackHandler
CallbackHandler that sets the password if the callback is an instance of WSPasswordCallback
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionBasicAuthenticationPasswordHandler(String password) Initialize the BasicAuthenticationPasswordHandler with the password -
Method Summary
-
Constructor Details
-
BasicAuthenticationPasswordHandler
Initialize the BasicAuthenticationPasswordHandler with the password- Parameters:
password- the password to use
-
-
Method Details
-
handle
- Specified by:
handlein interfaceCallbackHandler- Parameters:
callbacks- an array of Callback objects- Throws:
IOExceptionUnsupportedCallbackException
-