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.attribute
Methods in org.keycloak.authorization.attribute that return Attributes Modifier and Type Method Description static Attributes
Attributes. from(Map<String,Collection<String>> attributes)
-
Uses of Attributes in org.keycloak.authorization.common
Fields in org.keycloak.authorization.common declared as Attributes Modifier and Type Field Description protected Attributes
KeycloakIdentity. attributes
Methods in org.keycloak.authorization.common that return Attributes Modifier and Type Method Description Attributes
ClientModelIdentity. getAttributes()
Attributes
DefaultEvaluationContext. getAttributes()
Attributes
KeycloakIdentity. getAttributes()
Attributes
UserModelIdentity. getAttributes()
-
Uses of Attributes in org.keycloak.authorization.identity
Methods in org.keycloak.authorization.identity that return Attributes Modifier and Type Method Description Attributes
Identity. 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 Attributes Modifier and Type Method Description Attributes
EvaluationContext. getAttributes()
Returns all attributes within the current execution and runtime environment.
-