Interface | Description |
---|---|
Attributes |
This interface wraps the attributes associated with a user profile.
|
UserProfile |
An interface providing as an entry point for managing users.
|
UserProfileProvider |
The provider responsible for creating
UserProfile instances. |
UserProfileProviderFactory<U extends UserProfileProvider> |
Class | Description |
---|---|
AbstractUserProfileProvider<U extends UserProfileProvider> |
A base class for
UserProfileProvider implementations providing the main hooks for customizations. |
AttributeContext | |
AttributeGroupMetadata |
Configuration of the attribute group.
|
AttributeMetadata | |
AttributeValidatorMetadata | |
DeclarativeUserProfileProvider |
UserProfileProvider loading configuration from the changeable JSON file stored in component config. |
DefaultAttributes |
The default implementation for
Attributes . |
DefaultUserProfile |
The default implementation for
UserProfile . |
LegacyAttributes |
Enables legacy support when managing attributes without the declarative provider.
|
UserProfileAttributeValidationContext |
Extension of the
ValidationContext used when validators are called for UserProfile attribute validation. |
UserProfileMetadata | |
UserProfileSpi | |
ValidationException.Error |
Enum | Description |
---|---|
UserProfileContext |
This interface represents the different contexts from where user profiles are managed.
|
Exception | Description |
---|---|
ValidationException |
Copyright © 2021 JBoss by Red Hat. All rights reserved.