Package org.keycloak.authentication.otp
Interface OTPApplicationProviderFactory
- 
- All Superinterfaces:
- ProviderFactory<OTPApplicationProvider>
 - All Known Implementing Classes:
- FreeOTPProvider,- GoogleAuthenticatorProvider,- MicrosoftAuthenticatorOTPProvider
 
 public interface OTPApplicationProviderFactory extends ProviderFactory<OTPApplicationProvider> 
- 
- 
Method SummaryAll Methods Instance Methods Default Methods Modifier and Type Method Description default voidinit(Config.Scope config)Only called once when the factory is first created.default voidpostInit(KeycloakSessionFactory factory)Called after all provider factories have been initialized- 
Methods inherited from interface org.keycloak.provider.ProviderFactoryclose, create, getConfigMetadata, getId, order
 
- 
 
- 
- 
- 
Method Detail- 
initdefault void init(Config.Scope config) Description copied from interface:ProviderFactoryOnly called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
- initin interface- ProviderFactory<OTPApplicationProvider>
 
 - 
postInitdefault void postInit(KeycloakSessionFactory factory) Description copied from interface:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
- postInitin interface- ProviderFactory<OTPApplicationProvider>
 
 
- 
 
-