Class SmallRyeJwtProcessor.IsEnabled
- java.lang.Object
-
- io.quarkus.smallrye.jwt.deployment.SmallRyeJwtProcessor.IsEnabled
-
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- SmallRyeJwtProcessor
public static class SmallRyeJwtProcessor.IsEnabled extends Object implements BooleanSupplier
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SmallRyeJwtBuildTimeConfigconfig
-
Constructor Summary
Constructors Constructor Description IsEnabled()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Field Detail
-
config
SmallRyeJwtBuildTimeConfig config
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-