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
FieldsFields inherited from interface org.keycloak.authentication.RequiredActionFactory
MAX_AUTH_AGE_CONFIG_PROPERTIES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) protected WebAuthnRegistercreateProvider(KeycloakSession session, com.webauthn4j.verifier.attestation.trustworthiness.certpath.CertPathTrustworthinessVerifier trustVerifier) getId()voidinit(Config.Scope config) booleanisSupported(Config.Scope config) voidpostInit(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.ProviderFactory
dependsOn, orderMethods inherited from interface org.keycloak.authentication.RequiredActionFactory
getConfigMetadata, isConfigurable, isOneTimeAction, validateConfig
-
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.verifier.attestation.trustworthiness.certpath.CertPathTrustworthinessVerifier trustVerifier) -
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
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-