Uses of Interface
org.keycloak.authorization.attribute.Attributes
Package
Description
Provides classes related with the representation of attributes and their manipulation.
Provides classes related with the representation and management of identities.
Provides classes related with the evaluation of policies.
-
Uses of Attributes in org.keycloak.authorization.attribute
Modifier and TypeMethodDescriptionstatic Attributes
Attributes.from
(Map<String, Collection<String>> attributes) -
Uses of Attributes in org.keycloak.authorization.common
Modifier and TypeMethodDescriptionClientModelIdentity.getAttributes()
DefaultEvaluationContext.getAttributes()
KeycloakIdentity.getAttributes()
UserModelIdentity.getAttributes()
-
Uses of Attributes in org.keycloak.authorization.identity
Modifier and TypeMethodDescriptionIdentity.getAttributes()
Returns the attributes or claims associated with this identity. -
Uses of Attributes in org.keycloak.authorization.policy.evaluation
Modifier and TypeMethodDescriptionEvaluationContext.getAttributes()
Returns all attributes within the current execution and runtime environment.