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 java.lang.Object implements ResourceServerConfigurationEnricher
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringON_THE_FLY_PROPERTYprotected java.lang.Stringprefix
-
Constructor Summary
Constructors Constructor Description AbstractPropertiesResourceServerConfigurationEnricher()AbstractPropertiesResourceServerConfigurationEnricher(java.lang.String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.PropertiesgetProperties(java.util.List<AuthorizationServerImplementation> implementations)voidsetPrefix(java.lang.String prefix)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.entur.jwt.junit5.configuration.enrich.ResourceServerConfigurationEnricher
afterAll, beforeAll, beforeEach
-
-
-
-
Field Detail
-
ON_THE_FLY_PROPERTY
public static final java.lang.String ON_THE_FLY_PROPERTY
- See Also:
- Constant Field Values
-
prefix
protected java.lang.String prefix
-
-
Constructor Detail
-
AbstractPropertiesResourceServerConfigurationEnricher
public AbstractPropertiesResourceServerConfigurationEnricher() throws java.io.IOException- Throws:
java.io.IOException
-
AbstractPropertiesResourceServerConfigurationEnricher
public AbstractPropertiesResourceServerConfigurationEnricher(java.lang.String prefix)
-
-
Method Detail
-
setPrefix
public void setPrefix(java.lang.String prefix)
-
getProperties
protected java.util.Properties getProperties(java.util.List<AuthorizationServerImplementation> implementations) throws java.io.IOException
- Throws:
java.io.IOException
-
-