Class AbstractUserProfileProvider<U extends UserProfileProvider>

java.lang.Object
org.keycloak.userprofile.AbstractUserProfileProvider<U>
All Implemented Interfaces:
Provider, ProviderFactory<U>, UserProfileProvider, UserProfileProviderFactory<U>
Direct Known Subclasses:
DeclarativeUserProfileProvider

public abstract class AbstractUserProfileProvider<U extends UserProfileProvider> extends Object implements UserProfileProvider, UserProfileProviderFactory<U>

A base class for UserProfileProvider implementations providing the main hooks for customizations.

Author:
Markus Till