Package | Description |
---|---|
org.apache.shiro.web.servlet |
Shiro-specific implementations of the Servlet API (Servlet Filters, et al).
|
org.apache.shiro.web.subject |
Web-specific
Subject interfaces to enable Subject use in web
environments. |
org.apache.shiro.web.subject.support |
Supporting implementations of
org.apache.shiro.web.subject package interfaces. |
Class and Description |
---|
WebSubject
A
WebSubject represents a Subject instance that was acquired as a result of an incoming
ServletRequest . |
Class and Description |
---|
WebSubject
A
WebSubject represents a Subject instance that was acquired as a result of an incoming
ServletRequest . |
WebSubject.Builder
A
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. |
Class and Description |
---|
WebSubject
A
WebSubject represents a Subject instance that was acquired as a result of an incoming
ServletRequest . |
WebSubjectContext
A
WebSubjectContext is a SubjectContext that additionally provides for type-safe
methods to set and retrieve a ServletRequest and ServletResponse . |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.