public class ClientCallbackHandler extends Object implements CallbackHandler
SASL client side callback handler.
Constructor and Description |
---|
ClientCallbackHandler(Configuration configuration)
Constructor based on a JAAS configuration
|
Modifier and Type | Method and Description |
---|---|
void |
handle(Callback[] callbacks)
This method is invoked by SASL for authentication challenges
|
public ClientCallbackHandler(Configuration configuration) throws IOException
Constructor based on a JAAS configuration
For digest, you should have a pair of user name and password defined in this figgure.
configuration
- IOException
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
This method is invoked by SASL for authentication challenges
handle
in interface CallbackHandler
callbacks
- a collection of challenge callbacksIOException
UnsupportedCallbackException
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.