public class BasicAuthenticationPasswordHandler extends Object implements CallbackHandler
Constructor and Description |
---|
BasicAuthenticationPasswordHandler(String password)
Initialize the BasicAuthenticationPasswordHandler with the password
|
public BasicAuthenticationPasswordHandler(String password)
password
- the password to usepublic void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle
in interface CallbackHandler
callbacks
- an array of Callback objectsIOException
UnsupportedCallbackException
javax.security.auth.callback.CallbackHandler#handle(javax.security.auth.callback.Callback[]
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.