| Package | Description |
|---|---|
| org.keycloak.authorization.common | |
| org.keycloak.authorization.policy.evaluation |
Provides classes related with the evaluation of policies.
|
| org.keycloak.authorization.protection.resource | |
| org.keycloak.authorization.util |
| Modifier and Type | Class and Description |
|---|---|
class |
KeycloakIdentity |
| Modifier and Type | Method and Description |
|---|---|
Identity |
KeycloakEvaluationContext.getIdentity() |
| 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 |
|---|
ResourceService(ResourceServer resourceServer,
Identity identity,
ResourceSetService resourceManager,
AuthorizationProvider authorization) |
| Modifier and Type | Method and Description |
|---|---|
static List<ResourcePermission> |
Permissions.all(ResourceServer resourceServer,
Identity identity,
AuthorizationProvider authorization)
Returns a list of permissions for all resources and scopes that belong to the given
resourceServer and
identity. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.