Uses of Interface
org.keycloak.userprofile.Attributes
- 
Packages that use Attributes Package Description org.keycloak.userprofile 
- 
- 
Uses of Attributes in org.keycloak.userprofileClasses in org.keycloak.userprofile that implement Attributes Modifier and Type Class Description classDefaultAttributesThe default implementation forAttributes.classLegacyAttributesEnables legacy support when managing attributes without the declarative provider.Methods in org.keycloak.userprofile that return Attributes Modifier and Type Method Description protected AttributesAbstractUserProfileProvider. createAttributes(UserProfileContext context, Map<String,?> attributes, UserModel user, UserProfileMetadata metadata)protected AttributesDeclarativeUserProfileProvider. createAttributes(UserProfileContext context, Map<String,?> attributes, UserModel user, UserProfileMetadata metadata)AttributesDefaultUserProfile. getAttributes()AttributesUserProfile. 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)
 
-