| Package | Description |
|---|---|
| org.keycloak.authorization.permission | |
| org.keycloak.authorization.policy.evaluation |
Provides classes related with the evaluation of policies.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Permissions.all(ResourceServer resourceServer,
Identity identity,
AuthorizationProvider authorization,
AuthorizationRequest request,
Consumer<ResourcePermission> evaluator)
Returns a list of permissions for all resources and scopes that belong to the given
resourceServer and
identity. |
| Modifier and Type | Method and Description |
|---|---|
Identity |
EvaluationContext.getIdentity()
Returns the
Identity that represents an entity (person or non-person) to which the permissions must be granted, or not. |
| Constructor and Description |
|---|
PermissionTicketAwareDecisionResultCollector(AuthorizationRequest request,
PermissionTicketToken ticket,
Identity identity,
ResourceServer resourceServer,
AuthorizationProvider authorization) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.