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 TypeMethodDescriptionboolean
needResetLogin
(javax.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(javax.servlet.ServletRequest request) Description copied from interface:NuxeoAuthenticationSessionManager
Checks 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:
needResetLogin
in interfaceNuxeoAuthenticationSessionManager
- Overrides:
needResetLogin
in classDefaultSessionManager
-