| Class and Description |
|---|
| org.apache.shiro.web.servlet.IniShiroFilter
in 1.2 in favor of using the
ShiroFilter |
| Field and Description |
|---|
| org.apache.shiro.web.mgt.DefaultWebSecurityManager.HTTP_SESSION_MODE |
| org.apache.shiro.web.mgt.DefaultWebSecurityManager.NATIVE_SESSION_MODE |
| Method and Description |
|---|
| org.apache.shiro.web.mgt.DefaultWebSecurityManager.getSessionMode() |
| org.apache.shiro.web.mgt.DefaultWebSubjectFactory.newSubjectInstance(PrincipalCollection, boolean, String, Session, ServletRequest, ServletResponse, SecurityManager)
since 1.2 - override
DefaultWebSubjectFactory.createSubject(org.apache.shiro.subject.SubjectContext) directly if you
need to instantiate a custom Subject class. |
| org.apache.shiro.web.mgt.DefaultWebSecurityManager.setSessionMode(String)
since 1.2
|
| org.apache.shiro.web.servlet.OncePerRequestFilter.shouldNotFilter(ServletRequest)
in favor of overriding
OncePerRequestFilter.isEnabled(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
for custom behavior. This method will be removed in Shiro 2.0. |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.