Interface CredentialProviderFactory<T extends CredentialProvider>

All Superinterfaces:
ProviderFactory<CredentialProvider>
All Known Implementing Classes:
OTPCredentialProviderFactory, PasswordCredentialProviderFactory, RecoveryAuthnCodesCredentialProviderFactory, WebAuthnCredentialProviderFactory, WebAuthnPasswordlessCredentialProviderFactory

public interface CredentialProviderFactory<T extends CredentialProvider> extends ProviderFactory<CredentialProvider>
Version:
$Revision: 1 $
Author:
Bill Burke
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    This is called when the server shuts down.
    This is the name of the provider and will be showed in the admin console as an option.
    default void
    Only called once when the factory is first created.
    default void
    Called after all provider factories have been initialized

    Methods inherited from interface org.keycloak.provider.ProviderFactory

    create, getConfigMetadata, order