Package org.keycloak.authentication.otp
Class FreeOTPProvider
- java.lang.Object
 - 
- org.keycloak.authentication.otp.FreeOTPProvider
 
 
- 
- All Implemented Interfaces:
 OTPApplicationProvider,OTPApplicationProviderFactory,Provider,ProviderFactory<OTPApplicationProvider>
public class FreeOTPProvider extends Object implements OTPApplicationProviderFactory, OTPApplicationProvider
 
- 
- 
Constructor Summary
Constructors Constructor Description FreeOTPProvider() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()This is called when the server shuts down.OTPApplicationProvidercreate(KeycloakSession session)StringgetId()StringgetName()booleansupports(OTPPolicy policy)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.keycloak.authentication.otp.OTPApplicationProviderFactory
init, postInit 
- 
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order 
 - 
 
 - 
 
- 
- 
Method Detail
- 
create
public OTPApplicationProvider create(KeycloakSession session)
- Specified by:
 createin interfaceProviderFactory<OTPApplicationProvider>
 
- 
getId
public String getId()
- Specified by:
 getIdin interfaceProviderFactory<OTPApplicationProvider>
 
- 
getName
public String getName()
- Specified by:
 getNamein interfaceOTPApplicationProvider
 
- 
supports
public boolean supports(OTPPolicy policy)
- Specified by:
 supportsin interfaceOTPApplicationProvider
 
- 
close
public void close()
Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
 closein interfaceProvider- Specified by:
 closein interfaceProviderFactory<OTPApplicationProvider>
 
 - 
 
 -