Package org.entur.jwt.spring.test
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Field Details
-
PROPERTY_PREFIX
- See Also:
-
PROPERTY_SOURCE_NAME
- See Also:
-
ON_THE_FLY_PROPERTY
- See Also:
-
-
Constructor Details
-
JwtEnvironmentPostProcessor
public JwtEnvironmentPostProcessor()
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
postProcessEnvironmentin interfaceorg.springframework.boot.env.EnvironmentPostProcessor
-