Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webengine.session
Class StatefulUserSession

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by org.nuxeo.ecm.webengine.session.UserSession
              extended by org.nuxeo.ecm.webengine.session.StatefulUserSession
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.EventListener, java.util.Map<java.lang.String,java.lang.Object>, javax.servlet.http.HttpSessionBindingListener

public class StatefulUserSession
extends UserSession
implements javax.servlet.http.HttpSessionBindingListener

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
 
Fields inherited from class org.nuxeo.ecm.webengine.session.UserSession
CLEANUP_HANDLERS
 
Constructor Summary
StatefulUserSession(java.security.Principal principal)
           
StatefulUserSession(java.security.Principal principal, java.lang.Object credentials)
           
StatefulUserSession(java.security.Principal principal, java.lang.String password)
           
 
Method Summary
 boolean isStateful()
           
 void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
           
 
Methods inherited from class org.nuxeo.ecm.webengine.session.UserSession
addRequestCleanupHandler, findComponent, getComponent, getComponent, getComponent, getComponent, getCoreSession, getCoreSession, getCredentials, getCurrentSession, getDefaultRepository, getPrincipal, getSubject, openSession, register, terminateRequest, tryGetCurrentSession
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

StatefulUserSession

public StatefulUserSession(java.security.Principal principal)

StatefulUserSession

public StatefulUserSession(java.security.Principal principal,
                           java.lang.String password)

StatefulUserSession

public StatefulUserSession(java.security.Principal principal,
                           java.lang.Object credentials)
Method Detail

isStateful

public boolean isStateful()
Specified by:
isStateful in class UserSession

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener

valueUnbound

public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.