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, Map<String,Object> settings)
-
-
-
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, Map<String,Object> settings) throws ClassNotFoundException, InstantiationException, IllegalAccessException
- Specified by:
createin interfaceCallbackHandlerFactoryIfc- Throws:
ClassNotFoundExceptionInstantiationExceptionIllegalAccessException
-
-