Class SmallRyeJWTConfig


  • @ConfigRoot(name="smallrye-jwt")
    public class SmallRyeJWTConfig
    extends Object
    deployment configuration
    • Field Detail

      • enabled

        @ConfigItem(defaultValue="true")
        public boolean enabled
        The MP-JWT configuration object
      • rsaSigProvider

        @ConfigItem(defaultValue="SunRsaSign")
        public String rsaSigProvider
        The name of the Provider that supports SHA256withRSA signatures
    • Constructor Detail

      • SmallRyeJWTConfig

        public SmallRyeJWTConfig()