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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, init, postInit
order
public static final String PROVIDER_ID
public OTPCredentialProvider create(KeycloakSession session)
create
in interface ProviderFactory<CredentialProvider>
public String getId()
getId
in interface CredentialProviderFactory<OTPCredentialProvider>
getId
in interface ProviderFactory<CredentialProvider>
Copyright © 2019 JBoss by Red Hat. All rights reserved.