Package org.keycloak.credential
Class WebAuthnCredentialProviderFactory
java.lang.Object
org.keycloak.credential.WebAuthnCredentialProviderFactory
- All Implemented Interfaces:
CredentialProviderFactory<WebAuthnCredentialProvider>,EnvironmentDependentProviderFactory,ProviderFactory<CredentialProvider>
public class WebAuthnCredentialProviderFactory
extends Object
implements CredentialProviderFactory<WebAuthnCredentialProvider>, EnvironmentDependentProviderFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(KeycloakSession session) getId()booleanisSupported(Config.Scope config) 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.ProviderFactory
dependsOn, getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
WebAuthnCredentialProviderFactory
public WebAuthnCredentialProviderFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<CredentialProvider>
-
getId
- Specified by:
getIdin interfaceCredentialProviderFactory<WebAuthnCredentialProvider>- Specified by:
getIdin interfaceProviderFactory<CredentialProvider>
-
isSupported
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-