Class BasicAuthenticationHandler
java.lang.Object
org.kuali.rice.ksb.messaging.servicehandlers.BasicAuthenticationHandler
- All Implemented Interfaces:
CallbackHandler
CallbackHandler that verifies the password and username is correct for a service
secured with basic authentication.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionBasicAuthenticationHandler(String serviceNameSpaceURI, QName serviceName) Initialize the BasicAuthenticationHandler with the serviceNameSpaceURI and localServiceName -
Method Summary
-
Constructor Details
-
BasicAuthenticationHandler
Initialize the BasicAuthenticationHandler with the serviceNameSpaceURI and localServiceName- Parameters:
serviceNameSpaceURI- the serviceNameSpaceURI to useserviceName- the serviceName to use
-
-
Method Details
-
handle
- Specified by:
handlein interfaceCallbackHandler- Parameters:
callbacks- an array of Callback objects- Throws:
org.kuali.rice.core.api.exception.RiceRuntimeException- if the username or password is invalidIOExceptionUnsupportedCallbackException- See Also:
-