Package org.keycloak.credential
Class OTPCredentialProviderFactory
java.lang.Object
org.keycloak.credential.OTPCredentialProviderFactory
- All Implemented Interfaces:
CredentialProviderFactory<OTPCredentialProvider>
,ProviderFactory<CredentialProvider>
public class OTPCredentialProviderFactory
extends Object
implements CredentialProviderFactory<OTPCredentialProvider>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(KeycloakSession session) getId()
This is the name of the provider and will be showed in the admin console as an option.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.credential.CredentialProviderFactory
close, init, postInit
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
OTPCredentialProviderFactory
public OTPCredentialProviderFactory()
-
-
Method Details
-
create
- Specified by:
create
in interfaceProviderFactory<CredentialProvider>
-
getId
Description copied from interface:CredentialProviderFactory
This is the name of the provider and will be showed in the admin console as an option.- Specified by:
getId
in interfaceCredentialProviderFactory<OTPCredentialProvider>
- Specified by:
getId
in interfaceProviderFactory<CredentialProvider>
-