Uses of Class
org.apache.shiro.web.filter.authz.AuthorizationFilter
Packages that use AuthorizationFilter
Package
Description
Servlet
Filter implementations that perform authorization (access control)
checks based on the Subject's abilities (for example, role or permission checks).-
Uses of AuthorizationFilter in org.apache.shiro.web.filter.authz
Subclasses of AuthorizationFilter in org.apache.shiro.web.filter.authzModifier and TypeClassDescriptionclassA Filter that can allow or deny access based on the host that sent the request.classA filter that translates an HTTP Request's Method (e.g.classA Filter that requires the request to be from within a specific set of IP address ranges and / or not from with a specific (denied) set.classFilter that allows access if the current user has the permissions specified by the mapped value, or denies access if the user does not have all of the permissions specified.classA Filter that requires the request to be on a specific port, and if not, redirects to the same URL on that port.classFilter that allows access if the current user has the roles specified by the mapped value, or denies access if the user does not have all of the roles specified.classFilter which requires a request to be over SSL.