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.Builder |
WebSubject.Builder.setRequest(javax.servlet.ServletRequest request)
Called by the
WebSubject.Builder constructor, this method places the request object in the
context map for later retrieval. |
protected WebSubject.Builder |
WebSubject.Builder.setResponse(javax.servlet.ServletResponse response)
Called by the
WebSubject.Builder constructor, this method places the response object in the
context map for later retrieval. |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.