Interface QAuthenticationModuleCustomizerInterface
public interface QAuthenticationModuleCustomizerInterface
Interface for customizing behavior of an Authentication module.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
addSecurityKeyValueToSession
(QSession session, String keyName, Serializable value) default void
customizeAutomatedSessionForUser
(QInstance qInstance, QSession automatedSessionForUser, Serializable userId) default void
default void
finalCustomizeSession
(QInstance qInstance, QSession qSession)
-
Method Details
-
addSecurityKeyValueToSession
-
customizeSession
-
finalCustomizeSession
-
customizeAutomatedSessionForUser
default void customizeAutomatedSessionForUser(QInstance qInstance, QSession automatedSessionForUser, Serializable userId) throws QAuthenticationException - Throws:
QAuthenticationException
-