Class SystemPropertiesResourceServerConfigurationEnricher
java.lang.Object
org.entur.jwt.junit5.configuration.enrich.AbstractPropertiesResourceServerConfigurationEnricher
org.entur.jwt.junit5.configuration.enrich.SystemPropertiesResourceServerConfigurationEnricher
- All Implemented Interfaces:
ResourceServerConfigurationEnricher
public class SystemPropertiesResourceServerConfigurationEnricher
extends AbstractPropertiesResourceServerConfigurationEnricher
-
Field Summary
Fields inherited from class org.entur.jwt.junit5.configuration.enrich.AbstractPropertiesResourceServerConfigurationEnricher
ON_THE_FLY_PROPERTY, prefix -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterAll(org.junit.jupiter.api.extension.ExtensionContext context) voidbeforeAll(List<AuthorizationServerImplementation> authorizationServers, org.junit.jupiter.api.extension.ExtensionContext context) voidbeforeEach(ResourceServerConfiguration configuration, org.junit.jupiter.api.extension.ExtensionContext context) Methods inherited from class org.entur.jwt.junit5.configuration.enrich.AbstractPropertiesResourceServerConfigurationEnricher
getProperties, setPrefix
-
Constructor Details
-
SystemPropertiesResourceServerConfigurationEnricher
- Throws:
IOException
-
-
Method Details
-
beforeAll
public void beforeAll(List<AuthorizationServerImplementation> authorizationServers, org.junit.jupiter.api.extension.ExtensionContext context) throws IOException - Throws:
IOException
-
afterAll
- Throws:
IOException
-
beforeEach
public void beforeEach(ResourceServerConfiguration configuration, org.junit.jupiter.api.extension.ExtensionContext context)
-