public interface PermissionAndRoleResolver
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.shiro.authz.Permission> |
resolvePermissionsForPrincipal(GRN principal)
Returns resolved permissions for the given principal.
|
Set<String> |
resolveRolesForPrincipal(GRN principal)
Returns roles for the given principal.
|
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.