| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected WebSubject |
AbstractShiroFilter.createSubject(ServletRequest request, ServletResponse response)
Creates a
WebSubject instance to associate with the incoming request/response pair which will be used throughout the request/response execution.
|
| Modifier and Type | Method and Description |
|---|---|
WebSubject |
WebSubject.Builder.buildWebSubject()
Returns
super.buildSubject(), but additionally ensures that the returned instance is an
instanceof
WebSubject and to support a type-safe method so a caller does not have to cast.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebDelegatingSubject
Default
WebSubject implementation that additional ensures the ability to retain a servlet request/response pair to be used by internal shiro components as necessary during the request execution.
|