public class JawnSecuritySessionManager
extends java.lang.Object
implements org.apache.shiro.web.session.mgt.WebSessionManager
| Constructor and Description |
|---|
JawnSecuritySessionManager() |
| Modifier and Type | Method and Description |
|---|---|
protected JawnSecuritySession |
createSession(net.javapla.jawn.core.http.SessionFacade session,
java.lang.String host) |
org.apache.shiro.session.Session |
getSession(org.apache.shiro.session.mgt.SessionKey key) |
boolean |
isServletContainerSessions()
This implementation always delegates to the servlet container for sessions, so this method returns
true always. |
org.apache.shiro.session.Session |
start(org.apache.shiro.session.mgt.SessionContext sessionContext) |
public org.apache.shiro.session.Session start(org.apache.shiro.session.mgt.SessionContext sessionContext)
start in interface org.apache.shiro.session.mgt.SessionManagerpublic org.apache.shiro.session.Session getSession(org.apache.shiro.session.mgt.SessionKey key)
throws org.apache.shiro.session.SessionException
getSession in interface org.apache.shiro.session.mgt.SessionManagerorg.apache.shiro.session.SessionExceptionprotected JawnSecuritySession createSession(net.javapla.jawn.core.http.SessionFacade session, java.lang.String host)
public boolean isServletContainerSessions()
true always.isServletContainerSessions in interface org.apache.shiro.web.session.mgt.WebSessionManagertrue always