| Package | Description |
|---|---|
| org.apache.shiro.web.filter.authz |
Servlet
Filter implementations that perform authorization (access control)
checks based on the Subject's abilities (for example, role or permission checks). |
| Class and Description |
|---|
| AuthorizationFilter
Superclass for authorization-related filters.
|
| PermissionsAuthorizationFilter
Filter 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.
|
| PortFilter
A Filter that requires the request to be on a specific port, and if not, redirects to the same URL on that port.
|
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.