Package org.entur.jwt.spring.test
Class SpringTestResourceServerConfigurationEnricher
java.lang.Object
org.entur.jwt.junit5.configuration.enrich.AbstractPropertiesResourceServerConfigurationEnricher
org.entur.jwt.junit5.configuration.enrich.PropertiesFileResourceServerConfigurationEnricher
org.entur.jwt.spring.test.SpringTestResourceServerConfigurationEnricher
- All Implemented Interfaces:
ResourceServerConfigurationEnricher
public class SpringTestResourceServerConfigurationEnricher
extends PropertiesFileResourceServerConfigurationEnricher
-
Field Summary
Fields inherited from class org.entur.jwt.junit5.configuration.enrich.PropertiesFileResourceServerConfigurationEnricher
outputFields inherited from class org.entur.jwt.junit5.configuration.enrich.AbstractPropertiesResourceServerConfigurationEnricher
ON_THE_FLY_PROPERTY, prefix -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeAll(List<AuthorizationServerImplementation> authorizationServers, org.junit.jupiter.api.extension.ExtensionContext context) protected static org.junit.jupiter.api.extension.ExtensionContext.StoregetSpringStore(org.junit.jupiter.api.extension.ExtensionContext context) Methods inherited from class org.entur.jwt.junit5.configuration.enrich.PropertiesFileResourceServerConfigurationEnricher
afterAll, beforeEach, setOutputMethods inherited from class org.entur.jwt.junit5.configuration.enrich.AbstractPropertiesResourceServerConfigurationEnricher
getProperties, setPrefix
-
Constructor Details
-
SpringTestResourceServerConfigurationEnricher
- Throws:
IOException
-
-
Method Details
-
beforeAll
public void beforeAll(List<AuthorizationServerImplementation> authorizationServers, org.junit.jupiter.api.extension.ExtensionContext context) throws IOException - Specified by:
beforeAllin interfaceResourceServerConfigurationEnricher- Overrides:
beforeAllin classPropertiesFileResourceServerConfigurationEnricher- Throws:
IOException
-
getSpringStore
protected static org.junit.jupiter.api.extension.ExtensionContext.Store getSpringStore(org.junit.jupiter.api.extension.ExtensionContext context)
-