Class QAuthenticationModuleDispatcher
java.lang.Object
com.kingsrook.qqq.backend.core.modules.authentication.QAuthenticationModuleDispatcher
This class is responsible for loading an authentication module, by its name, and
returning an instance.
TODO - make this mapping runtime-bound, not pre-compiled in.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQModule
(QAuthenticationMetaData authenticationMetaData) getQModule
(String authenticationType) static void
registerModule
(String name, String className)
-
Constructor Details
-
QAuthenticationModuleDispatcher
public QAuthenticationModuleDispatcher()
-
-
Method Details
-
registerModule
-
getQModule
public QAuthenticationModuleInterface getQModule(QAuthenticationMetaData authenticationMetaData) throws QModuleDispatchException - Throws:
QModuleDispatchException
-
getQModule
public QAuthenticationModuleInterface getQModule(String authenticationType) throws QModuleDispatchException - Throws:
QModuleDispatchException
-