@wxf
2017-06-25T02:51:17.000000Z
字数 610
阅读 1013
其他
| 过滤器简称 | 对应的java类 | 说明 |
|---|---|---|
| anon | org.apache.shiro.web.filter.authc.AnonymousFilter | 匿名 |
| authc | org.apache.shiro.web.filter.authc.FormAuthenticationFilter | 认证 |
| authcBasic | org.apache.shiro.web.filter.authc.BasicHttpAuthenticationFilter | |
| perms | org.apache.shiro.web.filter.authz.PermissionsAuthorizationFilter | 授权 |
| port | org.apache.shiro.web.filter.authz.PortFilter | |
| rest | org.apache.shiro.web.filter.authz.HttpMethodPermissionFilter | |
| roles | org.apache.shiro.web.filter.authz.RolesAuthorizationFilter | |
| ssl | org.apache.shiro.web.filter.authz.SslFilter | |
| user | org.apache.shiro.web.filter.authc.UserFilter | |
| logout | org.apache.shiro.web.filter.authc.LogoutFilter |
