Package org.keycloak.userprofile
Interface UserProfileProviderFactory<U extends UserProfileProvider>
-
- All Superinterfaces:
ProviderFactory<U>
- All Known Implementing Classes:
AbstractUserProfileProvider
,DeclarativeUserProfileProvider
public interface UserProfileProviderFactory<U extends UserProfileProvider> extends ProviderFactory<U>
- Author:
- Markus Till
-
-
Method Summary
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
close, create, getConfigMetadata, getId, init, order, postInit
-
-