Class JwtEnvironmentPostProcessor

  • All Implemented Interfaces:
    org.springframework.boot.env.EnvironmentPostProcessor

    @Order(2147483647)
    public class JwtEnvironmentPostProcessor
    extends java.lang.Object
    implements org.springframework.boot.env.EnvironmentPostProcessor
    Class for injecting manipulated properties into the Spring context. This class always fires; ignore it if no properties file exists.
    • Field Detail

      • PROPERTY_SOURCE_NAME

        public static final java.lang.String PROPERTY_SOURCE_NAME
        See Also:
        Constant Field Values
      • ON_THE_FLY_PROPERTY

        public static final java.lang.String ON_THE_FLY_PROPERTY
        See Also:
        Constant Field Values
    • Constructor Detail

      • JwtEnvironmentPostProcessor

        public JwtEnvironmentPostProcessor()
    • Method Detail

      • postProcessEnvironment

        public void postProcessEnvironment​(org.springframework.core.env.ConfigurableEnvironment environment,
                                           org.springframework.boot.SpringApplication application)
        Specified by:
        postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor