Uses of Interface
org.keycloak.authorization.identity.Identity
-
Packages that use Identity Package Description org.keycloak.authorization.permission org.keycloak.authorization.policy.evaluation Provides classes related with the evaluation of policies. -
-
Uses of Identity in org.keycloak.authorization.permission
Methods in org.keycloak.authorization.permission with parameters of type Identity Modifier and Type Method Description static voidPermissions. 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 givenresourceServerandidentity. -
Uses of Identity in org.keycloak.authorization.policy.evaluation
Methods in org.keycloak.authorization.policy.evaluation that return Identity Modifier and Type Method Description IdentityEvaluationContext. getIdentity()Returns theIdentitythat represents an entity (person or non-person) to which the permissions must be granted, or not.Constructors in org.keycloak.authorization.policy.evaluation with parameters of type Identity Constructor Description PermissionTicketAwareDecisionResultCollector(AuthorizationRequest request, PermissionTicketToken ticket, Identity identity, ResourceServer resourceServer, AuthorizationProvider authorization)
-