Class AbstractPropertiesResourceServerConfigurationEnricher
java.lang.Object
org.entur.jwt.junit5.configuration.enrich.AbstractPropertiesResourceServerConfigurationEnricher
- All Implemented Interfaces:
ResourceServerConfigurationEnricher
- Direct Known Subclasses:
PropertiesFileResourceServerConfigurationEnricher,SystemPropertiesResourceServerConfigurationEnricher
public abstract class AbstractPropertiesResourceServerConfigurationEnricher
extends Object
implements ResourceServerConfigurationEnricher
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertiesgetProperties(List<AuthorizationServerImplementation> implementations) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.entur.jwt.junit5.configuration.enrich.ResourceServerConfigurationEnricher
afterAll, beforeAll, beforeEach
-
Field Details
-
ON_THE_FLY_PROPERTY
- See Also:
-
prefix
-
-
Constructor Details
-
AbstractPropertiesResourceServerConfigurationEnricher
- Throws:
IOException
-
AbstractPropertiesResourceServerConfigurationEnricher
-
-
Method Details
-
setPrefix
-
getProperties
protected Properties getProperties(List<AuthorizationServerImplementation> implementations) throws IOException - Throws:
IOException
-