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 SummaryConstructors Constructor Description GoogleAuthenticatorProvider()
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.authentication.otp.OTPApplicationProviderFactoryinit, postInit
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Method Detail- 
createpublic OTPApplicationProvider create(KeycloakSession session) - Specified by:
- createin interface- ProviderFactory<OTPApplicationProvider>
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<OTPApplicationProvider>
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- OTPApplicationProvider
 
 - 
supportspublic boolean supports(OTPPolicy policy) - Specified by:
- supportsin interface- OTPApplicationProvider
 
 - 
closepublic void close() Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
- closein interface- Provider
- Specified by:
- closein interface- ProviderFactory<OTPApplicationProvider>
 
 
- 
 
-