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 TypeClassDescriptionclassThe default implementation forAttributes.classEnables legacy support when managing attributes without the declarative provider.Methods in org.keycloak.userprofile that return AttributesModifier and TypeMethodDescriptionprotected AttributesDeclarativeUserProfileProvider.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)