Uses of Interface
org.keycloak.userprofile.Attributes
-
Packages that use Attributes Package Description org.keycloak.userprofile -
-
Uses of Attributes in org.keycloak.userprofile
Classes in org.keycloak.userprofile that implement Attributes Modifier and Type Class Description class
DefaultAttributes
The default implementation forAttributes
.class
LegacyAttributes
Enables legacy support when managing attributes without the declarative provider.Methods in org.keycloak.userprofile that return Attributes Modifier and Type Method Description protected Attributes
AbstractUserProfileProvider. createAttributes(UserProfileContext context, Map<String,?> attributes, UserModel user, UserProfileMetadata metadata)
protected Attributes
DeclarativeUserProfileProvider. createAttributes(UserProfileContext context, Map<String,?> attributes, UserModel user, UserProfileMetadata metadata)
Attributes
DefaultUserProfile. getAttributes()
Attributes
UserProfile. getAttributes()
Returns the attributes associated with this instance.Constructors in org.keycloak.userprofile with parameters of type Attributes Constructor Description DefaultUserProfile(UserProfileMetadata metadata, Attributes attributes, Function<Attributes,UserModel> userCreator, UserModel user, KeycloakSession session)
Constructor parameters in org.keycloak.userprofile with type arguments of type Attributes Constructor Description DefaultUserProfile(UserProfileMetadata metadata, Attributes attributes, Function<Attributes,UserModel> userCreator, UserModel user, KeycloakSession session)
-