Class QuarkusSecurityWebAuthnProcessor.IsEnabled
java.lang.Object
io.quarkus.security.webauthn.deployment.QuarkusSecurityWebAuthnProcessor.IsEnabled
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
QuarkusSecurityWebAuthnProcessor
public static class QuarkusSecurityWebAuthnProcessor.IsEnabled
extends Object
implements BooleanSupplier
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) io.quarkus.security.webauthn.WebAuthnBuildTimeConfig -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
config
io.quarkus.security.webauthn.WebAuthnBuildTimeConfig config
-
-
Constructor Details
-
IsEnabled
public IsEnabled()
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-