Package tigase.auth.callbacks
Interface CallbackHandlerFactoryIfc
-
- All Known Implementing Classes:
CallbackHandlerFactory
public interface CallbackHandlerFactoryIfcCreated by andrzej on 20.03.2017.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description CallbackHandlercreate(String mechanismName, XMPPResourceConnection session, NonAuthUserRepository repo)default CallbackHandlercreate(String mechanismName, XMPPResourceConnection session, NonAuthUserRepository repo, Map<String,Object> settings)Deprecated.
-
-
-
Method Detail
-
create
CallbackHandler create(String mechanismName, XMPPResourceConnection session, NonAuthUserRepository repo) throws ClassNotFoundException, InstantiationException, IllegalAccessException
-
create
@Deprecated default CallbackHandler create(String mechanismName, XMPPResourceConnection session, NonAuthUserRepository repo, Map<String,Object> settings) throws ClassNotFoundException, InstantiationException, IllegalAccessException
Deprecated.
-
-