public interface UserPermissionEvaluator
| Modifier and Type | Method and Description |
|---|---|
Set<Permission> |
getPermissions(org.springframework.security.acls.model.ObjectIdentity objectIdentity,
Permission[] permissions) |
boolean |
hasPermission(org.springframework.security.acls.model.ObjectIdentity objectIdentity,
List<Permission> permissions)
Returns whether the currently authenticated user has a given
Permission on the given
domain object. |
boolean |
hasPermission(org.springframework.security.acls.model.ObjectIdentity objectIdentity,
Permission permission)
Returns whether the currently authenticated user has a given
Permission on the given
domain object. |
boolean hasPermission(org.springframework.security.acls.model.ObjectIdentity objectIdentity,
Permission permission)
Permission on the given
domain object.objectIdentity - domain object identitypermission - the Permission to check.boolean hasPermission(org.springframework.security.acls.model.ObjectIdentity objectIdentity,
List<Permission> permissions)
Permission on the given
domain object.objectIdentity - domain object identitypermissions - List ofPermission to check.Set<Permission> getPermissions(org.springframework.security.acls.model.ObjectIdentity objectIdentity, Permission[] permissions)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.