Package org.keycloak.credential
Class WebAuthnPasswordlessCredentialProviderFactory
java.lang.Object
org.keycloak.credential.WebAuthnPasswordlessCredentialProviderFactory
- All Implemented Interfaces:
CredentialProviderFactory<WebAuthnPasswordlessCredentialProvider>,EnvironmentDependentProviderFactory,ProviderFactory<CredentialProvider>
public class WebAuthnPasswordlessCredentialProviderFactory
extends Object
implements CredentialProviderFactory<WebAuthnPasswordlessCredentialProvider>, EnvironmentDependentProviderFactory
- 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.booleanMethods 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
-
WebAuthnPasswordlessCredentialProviderFactory
public WebAuthnPasswordlessCredentialProviderFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<CredentialProvider>
-
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 interfaceCredentialProviderFactory<WebAuthnPasswordlessCredentialProvider>- Specified by:
getIdin interfaceProviderFactory<CredentialProvider>
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Returns:
trueif the provider is supported and should be available,falseotherwise
-