public class OTPCredentialProviderFactory extends Object implements CredentialProviderFactory<OTPCredentialProvider>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID |
| Constructor and Description |
|---|
OTPCredentialProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
OTPCredentialProvider |
create(KeycloakSession session) |
String |
getId()
This is the name of the provider and will be showed in the admin console as an option.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, init, postInitorderpublic static final String PROVIDER_ID
public OTPCredentialProvider create(KeycloakSession session)
create in interface ProviderFactory<CredentialProvider>public String getId()
CredentialProviderFactorygetId in interface CredentialProviderFactory<OTPCredentialProvider>getId in interface ProviderFactory<CredentialProvider>Copyright © 2021 JBoss by Red Hat. All rights reserved.