Class CallbackHandlerImpl
- java.lang.Object
-
- org.apache.jackrabbit.core.security.authentication.CallbackHandlerImpl
-
- All Implemented Interfaces:
CallbackHandler
public class CallbackHandlerImpl extends Object implements CallbackHandler
CallbackHandler that deals with the following callbacks:
-
-
Constructor Summary
Constructors Constructor Description CallbackHandlerImpl(Credentials credentials, Session session, PrincipalProviderRegistry principalProviderRegistry, String adminId, String anonymousId)Instantiate with the data needed to handle callbacks
-
-
-
Constructor Detail
-
CallbackHandlerImpl
public CallbackHandlerImpl(Credentials credentials, Session session, PrincipalProviderRegistry principalProviderRegistry, String adminId, String anonymousId)
Instantiate with the data needed to handle callbacks- Parameters:
credentials-session-
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
- Specified by:
handlein interfaceCallbackHandler- Parameters:
callbacks-- Throws:
IOExceptionUnsupportedCallbackException- See Also:
CallbackHandler.handle(Callback[])
-
-