Uses of Interface
org.keycloak.userprofile.Attributes
-
Uses of Attributes in org.keycloak.userprofile
Modifier and TypeClassDescriptionclass
The default implementation forAttributes
.class
A specificAttributes
implementation to handle service accounts.Modifier and TypeMethodDescriptionprotected Attributes
DeclarativeUserProfileProvider.createAttributes
(UserProfileContext context, Map<String, ?> attributes, UserModel user, UserProfileMetadata metadata) AttributeContext.getAttributes()
DefaultUserProfile.getAttributes()
UserProfile.getAttributes()
Returns the attributes associated with this instance.ModifierConstructorDescriptionAttributeContext
(UserProfileContext context, KeycloakSession session, Map.Entry<String, List<String>> attribute, UserModel user, AttributeMetadata metadata, Attributes attributes) DefaultUserProfile
(UserProfileMetadata metadata, Attributes attributes, Function<Attributes, UserModel> userCreator, UserModel user, KeycloakSession session) ModifierConstructorDescriptionDefaultUserProfile
(UserProfileMetadata metadata, Attributes attributes, Function<Attributes, UserModel> userCreator, UserModel user, KeycloakSession session)