Package | Description |
---|---|
org.keycloak.userprofile | |
org.keycloak.userprofile.validation |
Modifier and Type | Method and Description |
---|---|
UserProfile |
UserProfileContext.getCurrentProfile() |
Modifier and Type | Method and Description |
---|---|
UserProfileValidationResult |
UserProfileProvider.validate(UserProfileContext updateContext,
UserProfile updatedProfile) |
Modifier and Type | Method and Description |
---|---|
UserProfile |
UserProfileValidationResult.getProfile()
Returns the
UserProfile used during validations. |
Constructor and Description |
---|
UserProfileValidationResult(List<AttributeValidationResult> attributeValidationResults,
UserProfile updatedProfile) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.