public interface PermissionCheckService
Modifier and Type | Method and Description |
---|---|
boolean |
check(Object[] permissions)
检查当前登录用户是否拥有指定的角色访问当
|
boolean |
checkAll()
检查当前登录用户是否拥有当前请求的servlet的权限
|
boolean check(Object[] permissions)
boolean checkAll()
Copyright © 2018. All rights reserved.