Package org.apache.shiro.web.mgt
package org.apache.shiro.web.mgt
Components supporting web-specific
SecurityManager implementations.-
ClassDescriptionRemembers a Subject's identity by saving the Subject's
principalsto aCookiefor later retrieval.DefaultWebSecurityManagerimplementation used in web-based applications or any application that requires HTTP connectivity (SOAP, http remoting, etc.).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.ASubjectFactoryimplementation that createsWebDelegatingSubjectinstances.This interface represents aSecurityManagerimplementation that can used in web-enabled applications.