Uses of Interface
org.apache.shiro.web.servlet.Cookie
-
Packages that use Cookie Package Description org.apache.shiro.web.mgt Components supporting web-specificSecurityManagerimplementations.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 Modifier and Type Method Description CookieCookieRememberMeManager. getCookie()Returns the cookie 'template' that will be used to set all attributes of outgoing rememberMe cookies created by thisRememberMeManager.Methods in org.apache.shiro.web.mgt with parameters of type Cookie Modifier and Type Method Description voidCookieRememberMeManager. setCookie(Cookie cookie)Sets the cookie 'template' that will be used to set all attributes of outgoing rememberMe cookies created by thisRememberMeManager. -
Uses of Cookie in org.apache.shiro.web.servlet
Classes in org.apache.shiro.web.servlet that implement Cookie Modifier and Type Class Description classSimpleCookieDefaultCookieimplementation.Constructors in org.apache.shiro.web.servlet with parameters of type Cookie Constructor Description SimpleCookie(Cookie cookie) -
Uses of Cookie in org.apache.shiro.web.session.mgt
Methods in org.apache.shiro.web.session.mgt that return Cookie Modifier and Type Method Description CookieDefaultWebSessionManager. getSessionIdCookie()Methods in org.apache.shiro.web.session.mgt with parameters of type Cookie Modifier and Type Method Description voidDefaultWebSessionManager. setSessionIdCookie(Cookie sessionIdCookie)
-