Package | Description |
---|---|
org.apache.shiro.spring.config.web.autoconfigure | |
org.apache.shiro.spring.web.config | |
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 |
---|---|
protected Cookie |
ShiroWebAutoConfiguration.rememberMeCookieTemplate() |
protected Cookie |
ShiroWebAutoConfiguration.sessionCookieTemplate() |
Modifier and Type | Method and Description |
---|---|
protected Cookie |
AbstractShiroWebConfiguration.buildCookie(String name,
int maxAge,
String path,
String domain,
boolean secure) |
protected Cookie |
ShiroWebConfiguration.rememberMeCookieTemplate() |
protected Cookie |
AbstractShiroWebConfiguration.rememberMeCookieTemplate() |
protected Cookie |
ShiroWebConfiguration.sessionCookieTemplate() |
protected Cookie |
AbstractShiroWebConfiguration.sessionCookieTemplate() |
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–2019 The Apache Software Foundation. All rights reserved.