Class SmallRyeJwtBuildTimeConfig
java.lang.Object
io.quarkus.smallrye.jwt.deployment.SmallRyeJwtBuildTimeConfig
deployment configuration
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanThe MP-JWT configuration objectThe name of the Provider that supports SHA256withRSA signatures -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
@ConfigItem(defaultValue="true") public boolean enabledThe MP-JWT configuration object -
rsaSigProvider
The name of the Provider that supports SHA256withRSA signatures
-
-
Constructor Details
-
SmallRyeJwtBuildTimeConfig
public SmallRyeJwtBuildTimeConfig()
-