public class BasicAuthenticationHandler extends Object implements CallbackHandler
Constructor and Description |
---|
BasicAuthenticationHandler(String serviceNameSpaceURI,
QName serviceName)
Initialize the BasicAuthenticationHandler with the serviceNameSpaceURI and localServiceName
|
public BasicAuthenticationHandler(String serviceNameSpaceURI, QName serviceName)
serviceNameSpaceURI
- the serviceNameSpaceURI to useserviceName
- the serviceName to usepublic void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle
in interface CallbackHandler
callbacks
- an array of Callback objectsRiceRuntimeException
- if the username or password is invalidIOException
UnsupportedCallbackException
CallbackHandler.handle(javax.security.auth.callback.Callback[])
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.