Package | Description |
---|---|
org.keycloak.userprofile | |
org.keycloak.userprofile.config | |
org.keycloak.userprofile.legacy |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAttributes
The default implementation for
Attributes . |
Modifier and Type | Method and Description |
---|---|
Attributes |
UserProfile.getAttributes()
Returns the attributes associated with this instance.
|
Attributes |
DefaultUserProfile.getAttributes() |
Constructor and Description |
---|
DefaultUserProfile(Attributes attributes,
Function<Attributes,UserModel> userCreator,
UserModel user,
KeycloakSession session) |
Constructor and Description |
---|
DefaultUserProfile(Attributes attributes,
Function<Attributes,UserModel> userCreator,
UserModel user,
KeycloakSession session) |
Modifier and Type | Class and Description |
---|---|
class |
DeclarativeAttributes
Temporary implementation of
Attributes . |
Modifier and Type | Method and Description |
---|---|
protected Attributes |
DeclarativeUserProfileProvider.createAttributes(UserProfileContext context,
Map<String,?> attributes,
UserModel user,
UserProfileMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
protected Attributes |
AbstractUserProfileProvider.createAttributes(UserProfileContext context,
Map<String,?> attributes,
UserModel user,
UserProfileMetadata metadata) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.