|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cookie | |
|---|---|
| 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 | |
| Uses of Cookie in org.apache.shiro.web.mgt |
|---|
| Methods in org.apache.shiro.web.mgt that return Cookie | |
|---|---|
Cookie |
CookieRememberMeManager.getCookie()
Returns the cookie 'template' that will be used to set all attributes of outgoing rememberMe cookies created by this RememberMeManager. |
| Methods in org.apache.shiro.web.mgt with parameters of type Cookie | |
|---|---|
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. |
| Uses of Cookie in org.apache.shiro.web.servlet |
|---|
| Classes in org.apache.shiro.web.servlet that implement Cookie | |
|---|---|
class |
SimpleCookie
Default Cookie implementation. |
| Constructors in org.apache.shiro.web.servlet with parameters of type Cookie | |
|---|---|
SimpleCookie(Cookie cookie)
|
|
| Uses of Cookie in org.apache.shiro.web.session.mgt |
|---|
| Methods in org.apache.shiro.web.session.mgt that return Cookie | |
|---|---|
Cookie |
DefaultWebSessionManager.getSessionIdCookie()
|
| Methods in org.apache.shiro.web.session.mgt with parameters of type Cookie | |
|---|---|
void |
DefaultWebSessionManager.setSessionIdCookie(Cookie sessionIdCookie)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||