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 CallbackHandler
UnsupportedCallbackException
Copyright © 2022 The Apache Software Foundation. All rights reserved.