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