Package | Description |
---|---|
org.apache.shiro.web.mgt |
Components supporting web-specific
SecurityManager implementations. |
org.apache.shiro.web.servlet |
Shiro-specific implementations of the Servlet API (Servlet Filters, et al).
|
org.apache.shiro.web.session.mgt |
Modifier and Type | Method and Description |
---|---|
Cookie |
CookieRememberMeManager.getCookie()
Returns the cookie 'template' that will be used to set all attributes of outgoing rememberMe cookies created by
this
RememberMeManager . |
Modifier and Type | Method and Description |
---|---|
void |
CookieRememberMeManager.setCookie(Cookie cookie)
Sets the cookie 'template' that will be used to set all attributes of outgoing rememberMe cookies created by
this
RememberMeManager . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleCookie
Default
Cookie implementation. |
Constructor and Description |
---|
SimpleCookie(Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
Cookie |
DefaultWebSessionManager.getSessionIdCookie() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultWebSessionManager.setSessionIdCookie(Cookie sessionIdCookie) |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.