Package tigase.auth
Class CallbackHandlerFactory
- java.lang.Object
-
- tigase.auth.CallbackHandlerFactory
-
- All Implemented Interfaces:
CallbackHandlerFactoryIfc
@Bean(name="callback-handler-factory", parent=TigaseSaslProvider.class, active=true) public class CallbackHandlerFactory extends Object implements CallbackHandlerFactoryIfc
Factory of CallbackHandlers.
-
-
Constructor Summary
Constructors Constructor Description CallbackHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CallbackHandlercreate(String mechanismName, XMPPResourceConnection session, NonAuthUserRepository repo)protected StringgetHandlerClassname(String mechanismName, XMPPResourceConnection session, NonAuthUserRepository repo)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tigase.auth.callbacks.CallbackHandlerFactoryIfc
create
-
-
-
-
Field Detail
-
AUTH_JID
public static final String AUTH_JID
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public CallbackHandler create(String mechanismName, XMPPResourceConnection session, NonAuthUserRepository repo) throws ClassNotFoundException, InstantiationException, IllegalAccessException
- Specified by:
createin interfaceCallbackHandlerFactoryIfc- Throws:
ClassNotFoundExceptionInstantiationExceptionIllegalAccessException
-
getHandlerClassname
protected String getHandlerClassname(String mechanismName, XMPPResourceConnection session, NonAuthUserRepository repo)
-
-