Class WebAuthnRegisterFactory
java.lang.Object
org.keycloak.authentication.requiredactions.WebAuthnRegisterFactory
- All Implemented Interfaces:
RequiredActionFactory,EnvironmentDependentProviderFactory,ProviderFactory<RequiredActionProvider>
- Direct Known Subclasses:
WebAuthnPasswordlessRegisterFactory
public class WebAuthnRegisterFactory
extends Object
implements RequiredActionFactory, EnvironmentDependentProviderFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) protected WebAuthnRegistercreateProvider(KeycloakSession session, com.webauthn4j.validator.attestation.trustworthiness.certpath.CertPathTrustworthinessValidator trustValidator) getId()voidinit(Config.Scope config) booleanvoidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupportedMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, orderMethods inherited from interface org.keycloak.authentication.RequiredActionFactory
isOneTimeAction
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
WebAuthnRegisterFactory
public WebAuthnRegisterFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<RequiredActionProvider>
-
createProvider
protected WebAuthnRegister createProvider(KeycloakSession session, com.webauthn4j.validator.attestation.trustworthiness.certpath.CertPathTrustworthinessValidator trustValidator) -
init
- Specified by:
initin interfaceProviderFactory<RequiredActionProvider>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<RequiredActionProvider>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<RequiredActionProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<RequiredActionProvider>
-
getDisplayText
- Specified by:
getDisplayTextin interfaceRequiredActionFactory
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-