public interface RolePermissionResolver
Permission
instances.
In some cases a Realm
my only be able to return a list of roles. This
component allows an application to resolve the roles into permissions.Modifier and Type | Method and Description |
---|---|
Collection<Permission> |
resolvePermissionsInRole(String roleString)
Resolves a Collection of Permissions based on the given String representation.
|
Collection<Permission> resolvePermissionsInRole(String roleString)
roleString
- the String representation of a role name to resolve.Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.