Interface SmallRyeJwtBuildTimeConfig


@ConfigMapping(prefix="quarkus.smallrye-jwt") @ConfigRoot public interface SmallRyeJwtBuildTimeConfig
deployment configuration
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    The MP-JWT configuration object
    The name of the Provider that supports SHA256withRSA signatures
  • Method Details

    • enabled

      @WithDefault("true") boolean enabled()
      The MP-JWT configuration object
    • rsaSigProvider

      @WithDefault("SunRsaSign") String rsaSigProvider()
      The name of the Provider that supports SHA256withRSA signatures