|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebSubject | |
|---|---|
| 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. |
| Uses of WebSubject in org.apache.shiro.web.servlet |
|---|
| Methods in org.apache.shiro.web.servlet that return WebSubject | |
|---|---|
protected WebSubject |
AbstractShiroFilter.createSubject(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
Creates a WebSubject instance to associate with the incoming request/response pair which will be used
throughout the request/response execution. |
| Uses of WebSubject in org.apache.shiro.web.subject |
|---|
| Methods in org.apache.shiro.web.subject that return WebSubject | |
|---|---|
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. |
| Uses of WebSubject in org.apache.shiro.web.subject.support |
|---|
| Classes in org.apache.shiro.web.subject.support that implement WebSubject | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||