Package org.keycloak.authentication.otp
Class MicrosoftAuthenticatorOTPProvider
- java.lang.Object
-
- org.keycloak.authentication.otp.MicrosoftAuthenticatorOTPProvider
-
- All Implemented Interfaces:
OTPApplicationProvider,OTPApplicationProviderFactory,Provider,ProviderFactory<OTPApplicationProvider>
public class MicrosoftAuthenticatorOTPProvider extends Object implements OTPApplicationProviderFactory, OTPApplicationProvider
-
-
Constructor Summary
Constructors Constructor Description MicrosoftAuthenticatorOTPProvider()
-
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>
-
-