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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.credential.CredentialProviderFactory
close, init, postInitMethods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupportedMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
RecoveryAuthnCodesCredentialProviderFactory
public RecoveryAuthnCodesCredentialProviderFactory()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceCredentialProviderFactory<RecoveryAuthnCodesCredentialProvider>- Specified by:
getIdin interfaceProviderFactory<CredentialProvider>
-
create
- Specified by:
createin interfaceProviderFactory<CredentialProvider>
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-