org.apache.jackrabbit.core.security.authentication
Class CallbackHandlerImpl

java.lang.Object
  extended by 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
CallbackHandlerImpl(Credentials credentials, Session session, PrincipalProviderRegistry principalProviderRegistry, String adminId, String anonymousId)
          Instanciate with the data needed to handle callbacks
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallbackHandlerImpl

public CallbackHandlerImpl(Credentials credentials,
                           Session session,
                           PrincipalProviderRegistry principalProviderRegistry,
                           String adminId,
                           String anonymousId)
Instanciate with the data needed to handle callbacks

Parameters:
credentials -
session -
Method Detail

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.