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
Fields Modifier and Type Field Description (package private) WebAuthnBuildTimeConfigconfig
-
Constructor Summary
Constructors Constructor Description IsEnabled()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Field Detail
-
config
WebAuthnBuildTimeConfig config
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-