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 CallbackHandlercallbacks - IOExceptionUnsupportedCallbackExceptionCallbackHandler.handle(Callback[])Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.