Uses of Interface
org.keycloak.userprofile.UserProfile
-
Packages that use UserProfile Package Description org.keycloak.authentication.requiredactions org.keycloak.forms.login.freemarker.model org.keycloak.services.resources.admin org.keycloak.userprofile -
-
Uses of UserProfile in org.keycloak.authentication.requiredactions
Methods in org.keycloak.authentication.requiredactions that return UserProfile Modifier and Type Method Description static UserProfile
UpdateEmail. validateEmailUpdate(KeycloakSession session, UserModel user, String newEmail)
Methods in org.keycloak.authentication.requiredactions with parameters of type UserProfile Modifier and Type Method Description static void
UpdateEmail. updateEmailNow(EventBuilder event, UserModel user, UserProfile emailUpdateValidationResult)
-
Uses of UserProfile in org.keycloak.forms.login.freemarker.model
Fields in org.keycloak.forms.login.freemarker.model declared as UserProfile Modifier and Type Field Description protected UserProfile
AbstractUserProfileBean. profile
Methods in org.keycloak.forms.login.freemarker.model that return UserProfile Modifier and Type Method Description protected abstract UserProfile
AbstractUserProfileBean. createUserProfile(UserProfileProvider provider)
Create UserProfile instance of the relevant type.protected UserProfile
IdpReviewProfileBean. createUserProfile(UserProfileProvider provider)
protected UserProfile
RegisterBean. createUserProfile(UserProfileProvider provider)
protected UserProfile
VerifyProfileBean. createUserProfile(UserProfileProvider provider)
-
Uses of UserProfile in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin with parameters of type UserProfile Modifier and Type Method Description static void
UserResource. updateUserFromRep(UserProfile profile, UserModel user, UserRepresentation rep, KeycloakSession session, boolean isUpdateExistingUser)
static javax.ws.rs.core.Response
UserResource. validateUserProfile(UserProfile profile, UserModel user, KeycloakSession session)
-
Uses of UserProfile in org.keycloak.userprofile
Classes in org.keycloak.userprofile that implement UserProfile Modifier and Type Class Description class
DefaultUserProfile
The default implementation forUserProfile
.Methods in org.keycloak.userprofile that return UserProfile Modifier and Type Method Description UserProfile
AbstractUserProfileProvider. create(UserProfileContext context, Map<String,?> attributes)
UserProfile
AbstractUserProfileProvider. create(UserProfileContext context, Map<String,?> attributes, UserModel user)
UserProfile
AbstractUserProfileProvider. create(UserProfileContext context, UserModel user)
UserProfile
UserProfileProvider. create(UserProfileContext context, Map<String,?> attributes)
UserProfile
UserProfileProvider. create(UserProfileContext context, Map<String,?> attributes, UserModel user)
UserProfile
UserProfileProvider. create(UserProfileContext context, UserModel user)
Creates a newUserProfile
instance only for validation purposes to check whether its attributes are in conformance with the givencontext
and profile configuration.Constructors in org.keycloak.userprofile with parameters of type UserProfile Constructor Description EventAuditingAttributeChangeListener(UserProfile profile, EventBuilder event)
-