Package io.quarkus.security.webauthn
Class WebAuthnRecorder
java.lang.Object
io.quarkus.security.webauthn.WebAuthnRecorder
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final RuntimeValue<WebAuthnRunTimeConfig>(package private) static String(package private) final RuntimeValue<HttpConfiguration> -
Constructor Summary
ConstructorsConstructorDescriptionWebAuthnRecorder(RuntimeValue<HttpConfiguration> httpConfiguration, RuntimeValue<WebAuthnRunTimeConfig> config) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetupRoutes(BeanContainer beanContainer, RuntimeValue<io.vertx.ext.web.Router> routerValue, String prefix)
-
Field Details
-
httpConfiguration
-
config
-
encryptionKey
-
-
Constructor Details
-
WebAuthnRecorder
public WebAuthnRecorder(RuntimeValue<HttpConfiguration> httpConfiguration, RuntimeValue<WebAuthnRunTimeConfig> config)
-
-
Method Details
-
setupRoutes
public void setupRoutes(BeanContainer beanContainer, RuntimeValue<io.vertx.ext.web.Router> routerValue, String prefix) -
setupWebAuthnAuthenticationMechanism
-