Filter
implementations that perform authorization (access control)
checks based on the Subject's abilities (for example, role or permission checks).See: Description
Class | Description |
---|---|
AuthorizationFilter |
Superclass for authorization-related filters.
|
HostFilter |
A Filter that can allow or deny access based on the host that sent the request.
|
HttpMethodPermissionFilter |
A filter that translates an HTTP Request's Method (eg GET, POST, etc)
into an corresponding action (verb) and uses that verb to construct a permission that will be checked to determine
access.
|
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.
|
RolesAuthorizationFilter |
Filter 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.
|
SslFilter |
Filter which requires a request to be over SSL.
|
Filter
implementations that perform authorization (access control)
checks based on the Subject's abilities (for example, role or permission checks).Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.