Deprecated API
Contents
-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionuse Shiro's
Environmentmechanisms instead.in 1.2 in favor of using theShiroFilter
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionThis method is not longer used by Shiro, and will be removed in future versions, use
EnvironmentLoader.determineWebEnvironment(ServletContext)orEnvironmentLoader.determineWebEnvironment(ServletContext)since 1.2since 1.2 - overrideDefaultWebSubjectFactory.createSubject(org.apache.shiro.subject.SubjectContext)directly if you need to instantiate a customSubjectclass.in favor of overridingOncePerRequestFilter.isEnabled(javax.servlet.ServletRequest, javax.servlet.ServletResponse)for custom behavior. This method will be removed in Shiro 2.0.use getPathWithinApplication() to get the path minus the context path, or call HttpServletRequest.getRequestURI() directly from your code.