Uses of Interface
org.apache.shiro.web.subject.WebSubject
-
Packages that use WebSubject Package Description org.apache.shiro.web.servlet Shiro-specific implementations of the Servlet API (Servlet Filters, et al).org.apache.shiro.web.subject Web-specificSubjectinterfaces to enableSubjectuse in web environments.org.apache.shiro.web.subject.support Supporting implementations oforg.apache.shiro.web.subjectpackage interfaces. -
-
Uses of WebSubject in org.apache.shiro.web.servlet
Methods in org.apache.shiro.web.servlet that return WebSubject Modifier and Type Method Description protected WebSubjectAbstractShiroFilter. createSubject(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)Creates aWebSubjectinstance 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 Modifier and Type Method Description WebSubjectWebSubject.Builder. buildWebSubject()Returnssuper.buildSubject(), but additionally ensures that the returned instance is aninstanceofWebSubjectand 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 Modifier and Type Class Description classWebDelegatingSubjectDefaultWebSubjectimplementation 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.
-