Interface SmallRyeJwtBuildTimeConfig
@ConfigMapping(prefix="quarkus.smallrye-jwt")
@ConfigRoot
public interface SmallRyeJwtBuildTimeConfig
deployment configuration
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()The MP-JWT configuration object -
rsaSigProvider
The name of the Provider that supports SHA256withRSA signatures
-