Class JwtEnvironmentPostProcessor

java.lang.Object
org.entur.jwt.spring.test.JwtEnvironmentPostProcessor
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor

@Order(2147483647) public class JwtEnvironmentPostProcessor extends 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 Details

  • Constructor Details

    • JwtEnvironmentPostProcessor

      public JwtEnvironmentPostProcessor()
  • Method Details

    • 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