public class SimpleSaslClientCallbackHandler extends Object implements CallbackHandler
A client callback handler that supports a single username and password.
| Constructor and Description | 
|---|
SimpleSaslClientCallbackHandler(String username,
                               String password)
Constructor. 
 | 
public void handle(Callback[] callbacks) throws UnsupportedCallbackException
handle in interface CallbackHandlerUnsupportedCallbackExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.