Uses of Class
org.apache.shiro.web.subject.WebSubject.Builder

Packages that use WebSubject.Builder
org.apache.shiro.web.subject Web-specific Subject interfaces to enable Subject use in web environments. 
 

Uses of WebSubject.Builder in org.apache.shiro.web.subject
 

Methods in org.apache.shiro.web.subject that return WebSubject.Builder
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-2013 The Apache Software Foundation. All Rights Reserved.