Package | Description |
---|---|
org.apache.shiro.guice.web | |
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). |
Modifier and Type | Field and Description |
---|---|
static com.google.inject.Key<PermissionsAuthorizationFilter> |
ShiroWebModule.PERMS |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.