Subject interfaces to enable
Subject use in web environments.
See: Description
org.apache.shiro.web.subject package interfaces.
WebSubject represents a Subject instance that was acquired as a result of an incoming
ServletRequest.
WebSubjectContext is a
SubjectContext that additionally provides for type-safe methods to set and retrieve a
ServletRequest and
ServletResponse.
WebSubject.Builder performs the same function as a
Subject.Builder, but additionally ensures that the Servlet request/response pair that is triggering the Subject instance's creation is retained for use by internal Shiro components as necessary.
Subject interfaces to enable
Subject use in web environments.
WebSubject