Package org.keycloak.credential
Class RecoveryAuthnCodesCredentialProviderFactory
- java.lang.Object
- 
- org.keycloak.credential.RecoveryAuthnCodesCredentialProviderFactory
 
- 
- All Implemented Interfaces:
- CredentialProviderFactory<RecoveryAuthnCodesCredentialProvider>,- EnvironmentDependentProviderFactory,- ProviderFactory<CredentialProvider>
 
 public class RecoveryAuthnCodesCredentialProviderFactory extends Object implements CredentialProviderFactory<RecoveryAuthnCodesCredentialProvider>, EnvironmentDependentProviderFactory 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringPROVIDER_ID
 - 
Constructor SummaryConstructors Constructor Description RecoveryAuthnCodesCredentialProviderFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RecoveryAuthnCodesCredentialProvidercreate(KeycloakSession session)StringgetId()This is the name of the provider and will be showed in the admin console as an option.booleanisSupported()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.credential.CredentialProviderFactoryclose, init, postInit
 - 
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactoryisSupported
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Field Detail- 
PROVIDER_IDpublic static final String PROVIDER_ID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getIdpublic String getId() Description copied from interface:CredentialProviderFactoryThis is the name of the provider and will be showed in the admin console as an option.- Specified by:
- getIdin interface- CredentialProviderFactory<RecoveryAuthnCodesCredentialProvider>
- Specified by:
- getIdin interface- ProviderFactory<CredentialProvider>
 
 - 
createpublic RecoveryAuthnCodesCredentialProvider create(KeycloakSession session) - Specified by:
- createin interface- ProviderFactory<CredentialProvider>
 
 - 
isSupportedpublic boolean isSupported() - Specified by:
- isSupportedin interface- EnvironmentDependentProviderFactory
- Returns:
- trueif the provider is supported and should be available,- falseotherwise
 
 
- 
 
-