Package org.keycloak.authentication.otp
Class GoogleAuthenticatorProvider
java.lang.Object
org.keycloak.authentication.otp.GoogleAuthenticatorProvider
- All Implemented Interfaces:
OTPApplicationProvider
,OTPApplicationProviderFactory
,Provider
,ProviderFactory<OTPApplicationProvider>
public class GoogleAuthenticatorProvider
extends Object
implements OTPApplicationProviderFactory, OTPApplicationProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
This is called when the server shuts down.create
(KeycloakSession session) getId()
getName()
boolean
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
-
Constructor Details
-
GoogleAuthenticatorProvider
public GoogleAuthenticatorProvider()
-
-
Method Details
-
create
- Specified by:
create
in interfaceProviderFactory<OTPApplicationProvider>
-
getId
- Specified by:
getId
in interfaceProviderFactory<OTPApplicationProvider>
-
getName
- Specified by:
getName
in interfaceOTPApplicationProvider
-
supports
- Specified by:
supports
in interfaceOTPApplicationProvider
-
close
public void close()Description copied from interface:ProviderFactory
This is called when the server shuts down.- Specified by:
close
in interfaceProvider
- Specified by:
close
in interfaceProviderFactory<OTPApplicationProvider>
-