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 -
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
-
MicrosoftAuthenticatorOTPProvider
public MicrosoftAuthenticatorOTPProvider()
-
-
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>
-