Extension point sessionManager
Contribute a SessionManager to handle Session and url manipulation
Contribution Descriptor
Existing Contributions
-
<extension point="sessionManager" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService"> <sessionManager class="org.nuxeo.ecm.platform.ui.web.auth.plugins.SeamJsfSessionManager" enabled="true" name="SeamJsf"> </sessionManager> </extension>
-
<extension point="sessionManager" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService"> <sessionManager class="org.nuxeo.ecm.webengine.login.WebEngineSessionManager" enabled="true" name="WebEngine"> </sessionManager> </extension>