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.
|
Modifier and Type | Method and Description |
---|---|
static Attributes |
Attributes.from(Map<String,Collection<String>> attributes) |
Modifier and Type | Field and Description |
---|---|
protected Attributes |
KeycloakIdentity.attributes |
Modifier and Type | Method and Description |
---|---|
Attributes |
UserModelIdentity.getAttributes() |
Attributes |
KeycloakIdentity.getAttributes() |
Attributes |
DefaultEvaluationContext.getAttributes() |
Attributes |
ClientModelIdentity.getAttributes() |
Modifier and Type | Method and Description |
---|---|
Attributes |
Identity.getAttributes()
Returns the attributes or claims associated with this identity.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
EvaluationContext.getAttributes()
Returns all attributes within the current execution and runtime environment.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.