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 Modifier and Type Method Description CallbackHandlercreate(String mechanismName, XMPPResourceConnection session, NonAuthUserRepository repo, Map<String,Object> settings)
-
-
-
Method Detail
-
create
CallbackHandler create(String mechanismName, XMPPResourceConnection session, NonAuthUserRepository repo, Map<String,Object> settings) throws ClassNotFoundException, InstantiationException, IllegalAccessException
-
-