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 -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()getName()booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.authentication.otp.OTPApplicationProviderFactory
init, postInitMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Constructor Details
-
FreeOTPProvider
public FreeOTPProvider()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<OTPApplicationProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<OTPApplicationProvider>
-
getName
- Specified by:
getNamein interfaceOTPApplicationProvider
-
supports
- Specified by:
supportsin interfaceOTPApplicationProvider
-
close
public void close()- Specified by:
closein interfaceProvider- Specified by:
closein interfaceProviderFactory<OTPApplicationProvider>
-