| Package | Description |
|---|---|
| org.apache.shiro.web.subject |
Web-specific
Subject interfaces to enable
Subject use in web environments.
|
| Modifier and Type | Method and Description |
|---|---|
protected WebSubject |
WebSubject.Builder.setRequest(ServletRequest request)
Called by the
WebSubject.Builder constructor, this method places the request object in the context map for later retrieval.
|
protected WebSubject |
WebSubject.Builder.setResponse(ServletResponse response)
Called by the
WebSubject.Builder constructor, this method places the response object in the context map for later retrieval.
|