Groovy Documentation

src.java.com.bekk.boss.pluto.embedded.jetty.util
Class PlutoJettySessionManager

java.lang.Object
  org.mortbay.component.AbstractLifeCycle
      org.mortbay.jetty.servlet.AbstractSessionManager
          org.mortbay.jetty.servlet.HashSessionManager
              src.java.com.bekk.boss.pluto.embedded.jetty.util.PlutoJettySessionManager

class PlutoJettySessionManager
extends org.mortbay.jetty.servlet.HashSessionManager

author:
Nils-Helge Garli


Field Summary
 
Fields inherited from class org.mortbay.jetty.servlet.HashSessionManager
__distantFuture, __SessionCookieProperty, __DefaultSessionCookie, __SessionURLProperty, __DefaultSessionURL, __SessionDomainProperty, __DefaultSessionDomain, __SessionPathProperty, __MaxAgeProperty
 
Fields inherited from class org.mortbay.jetty.servlet.AbstractSessionManager
__distantFuture, __SessionCookieProperty, __DefaultSessionCookie, __SessionURLProperty, __DefaultSessionURL, __SessionDomainProperty, __DefaultSessionDomain, __SessionPathProperty, __MaxAgeProperty
 
Constructor Summary
PlutoJettySessionManager()

 
Method Summary
Cookie access(HttpSession session, boolean secure)

void complete(HttpSession session)

 
Methods inherited from class org.mortbay.jetty.servlet.HashSessionManager
doStart, doStop, getSession, setMaxInactiveInterval, getScavengePeriod, getSessionMap, getSessions, setSavePeriod, getSavePeriod, setScavengePeriod, setStoreDirectory, getStoreDirectory, restoreSessions, saveSessions, restoreSession, access, isValid, complete, addEventListener, clearEventListeners, setSessionHandler, isUsingCookies, getSessionCookie, getSessionCookie, getHttpSession, getSessionURL, getSessionHandler, removeEventListener, removeSession, removeSession, getClusterId, getHttpOnly, getIdManager, getMaxCookieAge, getMaxInactiveInterval, getMaxSessions, getMetaManager, getMinSessions, getRefreshCookieAge, getSecureCookies, getSessionDomain, getSessionPath, getSessionURLPrefix, getNodeId, newHttpSession, resetStats, setHttpOnly, setIdManager, setMaxCookieAge, setMetaManager, setRefreshCookieAge, setSecureCookies, setSessionCookie, setSessionDomain, setSessionPath, setSessionURL, setUsingCookies, isNodeIdInSessionId, setNodeIdInSessionId, start, stop, isStarted, isRunning, isStarting, isStopping, isStopped, isFailed, addLifeCycleListener, removeLifeCycleListener, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class org.mortbay.jetty.servlet.AbstractSessionManager
access, isValid, complete, doStart, doStop, addEventListener, clearEventListeners, setSessionHandler, getSession, isUsingCookies, getSessionCookie, getSessionCookie, getHttpSession, getSessionURL, getSessionHandler, removeEventListener, setMaxInactiveInterval, getSessionMap, getSessions, removeSession, removeSession, getClusterId, getHttpOnly, getIdManager, getMaxCookieAge, getMaxInactiveInterval, getMaxSessions, getMetaManager, getMinSessions, getRefreshCookieAge, getSecureCookies, getSessionDomain, getSessionPath, getSessionURLPrefix, getNodeId, newHttpSession, resetStats, setHttpOnly, setIdManager, setMaxCookieAge, setMetaManager, setRefreshCookieAge, setSecureCookies, setSessionCookie, setSessionDomain, setSessionPath, setSessionURL, setUsingCookies, isNodeIdInSessionId, setNodeIdInSessionId, start, stop, isStarted, isRunning, isStarting, isStopping, isStopped, isFailed, addLifeCycleListener, removeLifeCycleListener, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class org.mortbay.component.AbstractLifeCycle
start, stop, isStarted, isRunning, isStarting, isStopping, isStopped, isFailed, addLifeCycleListener, removeLifeCycleListener, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

PlutoJettySessionManager

PlutoJettySessionManager()


 
Method Detail

access

public Cookie access(HttpSession session, boolean secure)


complete

public void complete(HttpSession session)
author:
Lee Butts


 

Groovy Documentation