Package org.nuxeo.ecm.platform.auth.saml
Class SAMLSessionManager
java.lang.Object
org.nuxeo.ecm.platform.ui.web.auth.plugins.DefaultSessionManager
org.nuxeo.ecm.platform.auth.saml.SAMLSessionManager
- All Implemented Interfaces:
NuxeoAuthenticationSessionManager
- Since:
- 2025.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanneedResetLogin(jakarta.servlet.ServletRequest request) Checks whether or not this request was made to perform login.Methods inherited from class org.nuxeo.ecm.platform.ui.web.auth.plugins.DefaultSessionManager
canBypassRequest, invalidateSession, onAfterSessionReinit, onAuthenticatedSessionCreated, onBeforeSessionReinit
-
Constructor Details
-
SAMLSessionManager
public SAMLSessionManager()
-
-
Method Details
-
needResetLogin
public boolean needResetLogin(jakarta.servlet.ServletRequest request) Description copied from interface:NuxeoAuthenticationSessionManagerChecks whether or not this request was made to perform login. This is tested by the authentication filter to decide if a switch user is needed.- Specified by:
needResetLoginin interfaceNuxeoAuthenticationSessionManager- Overrides:
needResetLoginin classDefaultSessionManager
-