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 AttributesMethods in org.keycloak.userprofile that return AttributesModifier and TypeMethodDescriptionDefaultUserProfile.getAttributes()UserProfile.getAttributes()Returns the attributes associated with this instance.Constructors in org.keycloak.userprofile with parameters of type AttributesModifierConstructorDescriptionDefaultUserProfile(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)