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