public class LegacyUserProfileProvider extends Object implements UserProfileProvider
Constructor and Description |
---|
LegacyUserProfileProvider(KeycloakSession session,
Pattern readOnlyAttributes,
Pattern adminReadOnlyAttributes) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
isReadOnlyAttribute(String key) |
UserProfileValidationResult |
validate(UserProfileContext updateContext,
UserProfile updatedProfile) |
public LegacyUserProfileProvider(KeycloakSession session, Pattern readOnlyAttributes, Pattern adminReadOnlyAttributes)
public UserProfileValidationResult validate(UserProfileContext updateContext, UserProfile updatedProfile)
validate
in interface UserProfileProvider
public boolean isReadOnlyAttribute(String key)
isReadOnlyAttribute
in interface UserProfileProvider
Copyright © 2021 JBoss by Red Hat. All rights reserved.