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