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