keycloak
|
公開メンバ関数 | |
Identity | getIdentity () |
Attributes | getAttributes () |
This interface serves as a bridge between the policy evaluation runtime and the environment in which it is running. When evaluating policies, this interface can be used to query information from the execution environment/context and enrich decisions.
Attributes org.keycloak.authorization.policy.evaluation.EvaluationContext.getAttributes | ( | ) |
Returns all attributes within the current execution and runtime environment.
org.keycloak.authorization.common.DefaultEvaluationContextで実装されています。
Identity org.keycloak.authorization.policy.evaluation.EvaluationContext.getIdentity | ( | ) |
Returns the Identity that represents an entity (person or non-person) to which the permissions must be granted, or not.
org.keycloak.authorization.common.DefaultEvaluationContext, org.keycloak.authorization.common.KeycloakEvaluationContextで実装されています。