Uses of Interface
org.keycloak.userprofile.Attributes
Packages that use Attributes
-
Uses of Attributes in org.keycloak.userprofile
Classes in org.keycloak.userprofile that implement AttributesModifier and TypeClassDescriptionclass
The default implementation forAttributes
.class
A specificAttributes
implementation to handle service accounts.Methods in org.keycloak.userprofile that return AttributesModifier 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.Constructors in org.keycloak.userprofile with parameters of type AttributesModifierConstructorDescriptionAttributeContext
(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) Constructor parameters in org.keycloak.userprofile with type arguments of type AttributesModifierConstructorDescriptionDefaultUserProfile
(UserProfileMetadata metadata, Attributes attributes, Function<Attributes, UserModel> userCreator, UserModel user, KeycloakSession session)