Package org.keycloak.credential
Class WebAuthnPasswordlessCredentialProviderFactory
java.lang.Object
org.keycloak.credential.WebAuthnCredentialProviderFactory
org.keycloak.credential.WebAuthnPasswordlessCredentialProviderFactory
- All Implemented Interfaces:
CredentialProviderFactory<WebAuthnCredentialProvider>
,EnvironmentDependentProviderFactory
,ProviderFactory<CredentialProvider>
public class WebAuthnPasswordlessCredentialProviderFactory
extends WebAuthnCredentialProviderFactory
- Author:
- Marek Posolda
-
Field Summary
Fields -
Constructor Summary
Constructors -
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 org.keycloak.credential.WebAuthnCredentialProviderFactory
createOrGetObjectConverter, getMetadataService, isSupported
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
dependsOn, getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
WebAuthnPasswordlessCredentialProviderFactory
public WebAuthnPasswordlessCredentialProviderFactory()
-
-
Method Details
-
create
- Specified by:
create
in interfaceProviderFactory<CredentialProvider>
- Overrides:
create
in classWebAuthnCredentialProviderFactory
-
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<WebAuthnCredentialProvider>
- Specified by:
getId
in interfaceProviderFactory<CredentialProvider>
- Overrides:
getId
in classWebAuthnCredentialProviderFactory
-