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 Constructor Description SystemPropertiesResourceServerConfigurationEnricher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterAll(org.junit.jupiter.api.extension.ExtensionContext context)voidbeforeAll(java.util.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
-
-
-
-
Method Detail
-
beforeAll
public void beforeAll(java.util.List<AuthorizationServerImplementation> authorizationServers, org.junit.jupiter.api.extension.ExtensionContext context) throws java.io.IOException
- Throws:
java.io.IOException
-
afterAll
public void afterAll(org.junit.jupiter.api.extension.ExtensionContext context) throws java.io.IOException- Throws:
java.io.IOException
-
beforeEach
public void beforeEach(ResourceServerConfiguration configuration, org.junit.jupiter.api.extension.ExtensionContext context)
-
-