Uses of Interface
org.keycloak.userprofile.UserProfile
-
Packages that use UserProfile Package Description org.keycloak.userprofile -
-
Uses of UserProfile in org.keycloak.userprofile
Classes in org.keycloak.userprofile that implement UserProfile Modifier and Type Class Description classDefaultUserProfileThe default implementation forUserProfile.Methods in org.keycloak.userprofile that return UserProfile Modifier and Type Method Description UserProfileUserProfileProvider. create(UserProfileContext context, Map<String,?> attributes)UserProfileUserProfileProvider. create(UserProfileContext context, Map<String,?> attributes, UserModel user)UserProfileUserProfileProvider. create(UserProfileContext context, UserModel user)Creates a newUserProfileinstance only for validation purposes to check whether its attributes are in conformance with the givencontextand profile configuration.
-