Uses of Interface
org.keycloak.authorization.attribute.Attributes
Packages that use 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
Methods in org.keycloak.authorization.attribute that return AttributesModifier and TypeMethodDescriptionstatic Attributes
Attributes.from
(Map<String, Collection<String>> attributes) -
Uses of Attributes in org.keycloak.authorization.common
Fields in org.keycloak.authorization.common declared as AttributesMethods in org.keycloak.authorization.common that return AttributesModifier and TypeMethodDescriptionClientModelIdentity.getAttributes()
DefaultEvaluationContext.getAttributes()
KeycloakIdentity.getAttributes()
UserModelIdentity.getAttributes()
-
Uses of Attributes in org.keycloak.authorization.identity
Methods in org.keycloak.authorization.identity that return AttributesModifier and TypeMethodDescriptionIdentity.getAttributes()
Returns the attributes or claims associated with this identity. -
Uses of Attributes in org.keycloak.authorization.policy.evaluation
Methods in org.keycloak.authorization.policy.evaluation that return AttributesModifier and TypeMethodDescriptionEvaluationContext.getAttributes()
Returns all attributes within the current execution and runtime environment.