Package org.apache.shiro.web.mgt
Components supporting web-specific
SecurityManager implementations.-
Interface Summary Interface Description WebSecurityManager This interface represents aSecurityManagerimplementation that can used in web-enabled applications. -
Class Summary Class Description CookieRememberMeManager Remembers a Subject's identity by saving the Subject'sprincipalsto aCookiefor later retrieval.DefaultWebSecurityManager DefaultWebSecurityManagerimplementation used in web-based applications or any application that requires HTTP connectivity (SOAP, http remoting, etc).DefaultWebSessionStorageEvaluator A web-specificSessionStorageEvaluatorthat performs the same logic as the parent classDefaultSessionStorageEvaluatorbut additionally checks for a request-specific flag that may enable or disable session access.DefaultWebSubjectFactory ASubjectFactoryimplementation that createsWebDelegatingSubjectinstances.