Package org.apache.shiro.web.mgt


package org.apache.shiro.web.mgt
Components supporting web-specific SecurityManager implementations.
  • Class
    Description
    Remembers a Subject's identity by saving the Subject's principals to a Cookie for later retrieval.
    Default WebSecurityManager implementation used in web-based applications or any application that requires HTTP connectivity (SOAP, http remoting, etc.).
    A web-specific SessionStorageEvaluator that performs the same logic as the parent class DefaultSessionStorageEvaluator but additionally checks for a request-specific flag that may enable or disable session access.
    A SubjectFactory implementation that creates WebDelegatingSubject instances.
    This interface represents a SecurityManager implementation that can used in web-enabled applications.