public interface RolePermissionResolver
Modifier and Type | Method and Description |
---|---|
Collection<Permission> |
resolvePermissionsInRole(Role role)
|
Collection<Permission> resolvePermissionsInRole(Role role)
role
- the Role
to resolve the permissions. Not null.Collection
of Permission
s based on the given
Role
. Not null.Copyright © 2013-2018–2019 SeedStack. All rights reserved.