Uses of Interface
org.apache.shiro.web.subject.WebSubject
Packages that use WebSubject
Package
Description
Shiro-specific implementations of the Servlet API (Servlet Filters, et al.).
Web-specific
Subject interfaces to enable Subject use in web
environments.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 WebSubjectModifier and TypeMethodDescriptionprotected 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 WebSubjectModifier and TypeMethodDescriptionWebSubject.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 WebSubjectModifier and TypeClassDescriptionclassDefaultWebSubjectimplementation 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.