Package | Description |
---|---|
org.keycloak.userprofile |
Modifier and Type | Field and Description |
---|---|
protected UserProfileContext |
DefaultAttributes.context |
Modifier and Type | Method and Description |
---|---|
UserProfileContext |
UserProfileMetadata.getContext() |
UserProfileContext |
AttributeContext.getContext() |
static UserProfileContext |
UserProfileContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProfileContext[] |
UserProfileContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UserProfile |
UserProfileProvider.create(UserProfileContext context,
Map<String,?> attributes)
|
UserProfile |
UserProfileProvider.create(UserProfileContext context,
Map<String,?> attributes,
UserModel user)
|
UserProfile |
UserProfileProvider.create(UserProfileContext context,
UserModel user)
Creates a new
UserProfile instance only for validation purposes to check whether its attributes are in conformance
with the given context and profile configuration. |
Constructor and Description |
---|
AttributeContext(UserProfileContext context,
KeycloakSession session,
Map.Entry<String,List<String>> attribute,
UserModel user,
AttributeMetadata metadata) |
DefaultAttributes(UserProfileContext context,
Map<String,?> attributes,
UserModel user,
UserProfileMetadata profileMetadata,
KeycloakSession session) |
UserProfileMetadata(UserProfileContext context) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.