Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.auth.plugins
Class SeamJsfSessionManager

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.auth.plugins.DefaultSessionManager
      extended by org.nuxeo.ecm.platform.ui.web.auth.plugins.SeamJsfSessionManager
All Implemented Interfaces:
NuxeoAuthenticationSessionManager

public class SeamJsfSessionManager
extends DefaultSessionManager


Constructor Summary
SeamJsfSessionManager()
           
 
Method Summary
 boolean canBypassRequest(ServletRequest request)
          Returns true if request does not require to be authenticated.
 void onAfterSessionReinit(ServletRequest request)
          CallBack after SessionReinit.
 void onBeforeSessionInvalidate(ServletRequest request)
          CallBack to clean up web session associated resources.
 void onBeforeSessionReinit(ServletRequest request)
          CallBack before SessionReinit.
 
Methods inherited from class org.nuxeo.ecm.platform.ui.web.auth.plugins.DefaultSessionManager
needResetLogin, onAuthenticatedSessionCreated
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamJsfSessionManager

public SeamJsfSessionManager()
Method Detail

canBypassRequest

public boolean canBypassRequest(ServletRequest request)
Description copied from interface: NuxeoAuthenticationSessionManager
Returns true if request does not require to be authenticated.

Specified by:
canBypassRequest in interface NuxeoAuthenticationSessionManager
Overrides:
canBypassRequest in class DefaultSessionManager

onBeforeSessionInvalidate

public void onBeforeSessionInvalidate(ServletRequest request)
Description copied from interface: NuxeoAuthenticationSessionManager
CallBack to clean up web session associated resources.

Specified by:
onBeforeSessionInvalidate in interface NuxeoAuthenticationSessionManager
Overrides:
onBeforeSessionInvalidate in class DefaultSessionManager

onBeforeSessionReinit

public void onBeforeSessionReinit(ServletRequest request)
Description copied from interface: NuxeoAuthenticationSessionManager
CallBack before SessionReinit.

Specified by:
onBeforeSessionReinit in interface NuxeoAuthenticationSessionManager
Overrides:
onBeforeSessionReinit in class DefaultSessionManager

onAfterSessionReinit

public void onAfterSessionReinit(ServletRequest request)
Description copied from interface: NuxeoAuthenticationSessionManager
CallBack after SessionReinit.

Specified by:
onAfterSessionReinit in interface NuxeoAuthenticationSessionManager
Overrides:
onAfterSessionReinit in class DefaultSessionManager

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.