Package io.quarkus.security.webauthn
Class WebAuthnRecorder
- java.lang.Object
-
- io.quarkus.security.webauthn.WebAuthnRecorder
-
public class WebAuthnRecorder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) RuntimeValue<WebAuthnRunTimeConfig>config(package private) static StringencryptionKey(package private) RuntimeValue<HttpConfiguration>httpConfiguration
-
Constructor Summary
Constructors Constructor Description WebAuthnRecorder(RuntimeValue<HttpConfiguration> httpConfiguration, RuntimeValue<WebAuthnRunTimeConfig> config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetupRoutes(BeanContainer beanContainer, RuntimeValue<io.vertx.ext.web.Router> routerValue, String prefix)Supplier<WebAuthnAuthenticationMechanism>setupWebAuthnAuthenticationMechanism()
-
-
-
Field Detail
-
httpConfiguration
final RuntimeValue<HttpConfiguration> httpConfiguration
-
config
final RuntimeValue<WebAuthnRunTimeConfig> config
-
encryptionKey
static volatile String encryptionKey
-
-
Constructor Detail
-
WebAuthnRecorder
public WebAuthnRecorder(RuntimeValue<HttpConfiguration> httpConfiguration, RuntimeValue<WebAuthnRunTimeConfig> config)
-
-
Method Detail
-
setupRoutes
public void setupRoutes(BeanContainer beanContainer, RuntimeValue<io.vertx.ext.web.Router> routerValue, String prefix)
-
setupWebAuthnAuthenticationMechanism
public Supplier<WebAuthnAuthenticationMechanism> setupWebAuthnAuthenticationMechanism()
-
-