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.requiredactionsMethods in org.keycloak.authentication.requiredactions that return UserProfile Modifier and Type Method Description static UserProfileUpdateEmail. validateEmailUpdate(KeycloakSession session, UserModel user, String newEmail)Methods in org.keycloak.authentication.requiredactions with parameters of type UserProfile Modifier and Type Method Description static voidUpdateEmail. updateEmailNow(EventBuilder event, UserModel user, UserProfile emailUpdateValidationResult)
- 
Uses of UserProfile in org.keycloak.forms.login.freemarker.modelFields in org.keycloak.forms.login.freemarker.model declared as UserProfile Modifier and Type Field Description protected UserProfileAbstractUserProfileBean. profileMethods in org.keycloak.forms.login.freemarker.model that return UserProfile Modifier and Type Method Description protected abstract UserProfileAbstractUserProfileBean. createUserProfile(UserProfileProvider provider)Create UserProfile instance of the relevant type.protected UserProfileIdpReviewProfileBean. createUserProfile(UserProfileProvider provider)protected UserProfileRegisterBean. createUserProfile(UserProfileProvider provider)protected UserProfileVerifyProfileBean. createUserProfile(UserProfileProvider provider)
- 
Uses of UserProfile in org.keycloak.services.resources.adminMethods in org.keycloak.services.resources.admin with parameters of type UserProfile Modifier and Type Method Description static voidUserResource. updateUserFromRep(UserProfile profile, UserModel user, UserRepresentation rep, KeycloakSession session, boolean isUpdateExistingUser)static javax.ws.rs.core.ResponseUserResource. validateUserProfile(UserProfile profile, KeycloakSession session, AdminAuth adminAuth)
- 
Uses of UserProfile in org.keycloak.userprofileClasses 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 UserProfileAbstractUserProfileProvider. create(UserProfileContext context, Map<String,?> attributes)UserProfileAbstractUserProfileProvider. create(UserProfileContext context, Map<String,?> attributes, UserModel user)UserProfileAbstractUserProfileProvider. create(UserProfileContext context, UserModel user)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.Constructors in org.keycloak.userprofile with parameters of type UserProfile Constructor Description EventAuditingAttributeChangeListener(UserProfile profile, EventBuilder event)
 
-