Uses of Interface
org.keycloak.authorization.attribute.Attributes
- 
Packages that use Attributes Package Description org.keycloak.authorization.attribute Provides classes related with the representation of attributes and their manipulation.org.keycloak.authorization.common org.keycloak.authorization.identity Provides classes related with the representation and management of identities.org.keycloak.authorization.policy.evaluation Provides classes related with the evaluation of policies.
- 
- 
Uses of Attributes in org.keycloak.authorization.attributeMethods in org.keycloak.authorization.attribute that return Attributes Modifier and Type Method Description static AttributesAttributes. from(Map<String,Collection<String>> attributes)
- 
Uses of Attributes in org.keycloak.authorization.commonFields in org.keycloak.authorization.common declared as Attributes Modifier and Type Field Description protected AttributesKeycloakIdentity. attributesMethods in org.keycloak.authorization.common that return Attributes Modifier and Type Method Description AttributesClientModelIdentity. getAttributes()AttributesDefaultEvaluationContext. getAttributes()AttributesKeycloakIdentity. getAttributes()AttributesUserModelIdentity. getAttributes()
- 
Uses of Attributes in org.keycloak.authorization.identityMethods in org.keycloak.authorization.identity that return Attributes Modifier and Type Method Description AttributesIdentity. getAttributes()Returns the attributes or claims associated with this identity.
- 
Uses of Attributes in org.keycloak.authorization.policy.evaluationMethods in org.keycloak.authorization.policy.evaluation that return Attributes Modifier and Type Method Description AttributesEvaluationContext. getAttributes()Returns all attributes within the current execution and runtime environment.
 
-