public class CallbackHandlerImpl extends Object implements CallbackHandler
Constructor and Description |
---|
CallbackHandlerImpl(Credentials credentials,
Session session,
PrincipalProviderRegistry principalProviderRegistry,
String adminId,
String anonymousId)
Instantiate with the data needed to handle callbacks
|
public CallbackHandlerImpl(Credentials credentials, Session session, PrincipalProviderRegistry principalProviderRegistry, String adminId, String anonymousId)
credentials
- session
- public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle
in interface CallbackHandler
callbacks
- IOException
UnsupportedCallbackException
CallbackHandler.handle(Callback[])
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.