Uses of Package
org.apache.shiro.web.subject
-
Packages that use org.apache.shiro.web.subject Package Description org.apache.shiro.web.servlet Shiro-specific implementations of the Servlet API (Servlet Filters, et al).org.apache.shiro.web.subject Web-specificSubjectinterfaces to enableSubjectuse in web environments.org.apache.shiro.web.subject.support Supporting implementations oforg.apache.shiro.web.subjectpackage interfaces. -
Classes in org.apache.shiro.web.subject used by org.apache.shiro.web.servlet Class Description WebSubject AWebSubjectrepresents a Subject instance that was acquired as a result of an incomingServletRequest. -
Classes in org.apache.shiro.web.subject used by org.apache.shiro.web.subject Class Description WebSubject AWebSubjectrepresents a Subject instance that was acquired as a result of an incomingServletRequest.WebSubject.Builder AWebSubject.Builderperforms the same function as aSubject.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. -
Classes in org.apache.shiro.web.subject used by org.apache.shiro.web.subject.support Class Description WebSubject AWebSubjectrepresents a Subject instance that was acquired as a result of an incomingServletRequest.WebSubjectContext AWebSubjectContextis aSubjectContextthat additionally provides for type-safe methods to set and retrieve aServletRequestandServletResponse.