public class ClientCallbackHandler extends Object implements CallbackHandler
| Constructor and Description |
|---|
ClientCallbackHandler(Configuration configuration)
Constructor based on a JAAS configuration
For digest, you should have a pair of user name and password defined in this figgure.
|
public ClientCallbackHandler(Configuration configuration) throws IOException
configuration - IOExceptionpublic void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlercallbacks - a collection of challenge callbacksIOExceptionUnsupportedCallbackExceptionCopyright © 2015. All rights reserved.