org.apache.jackrabbit.core.security.authentication
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:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallbackHandlerImpl
public CallbackHandlerImpl(Credentials credentials,
Session session,
PrincipalProviderRegistry principalProviderRegistry,
String adminId,
String anonymousId)
- Instanciate with the data needed to handle callbacks
- Parameters:
credentials - session -
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- Specified by:
handle in interface CallbackHandler
- Parameters:
callbacks -
- Throws:
IOException
UnsupportedCallbackException- See Also:
CallbackHandler.handle(Callback[])
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.