Package org.entur.jwt.spring.test
Class JwtEnvironmentResourceServerConfiguration
- java.lang.Object
-
- org.entur.jwt.spring.test.JwtEnvironmentResourceServerConfiguration
-
- All Implemented Interfaces:
org.entur.jwt.junit5.configuration.resolve.ResourceServerConfiguration
public class JwtEnvironmentResourceServerConfiguration extends java.lang.Object implements org.entur.jwt.junit5.configuration.resolve.ResourceServerConfiguration
-
-
Constructor Summary
Constructors Constructor Description JwtEnvironmentResourceServerConfiguration(org.springframework.core.env.Environment environment, java.lang.String propertyPrefix, java.lang.String enabledPropertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>extractEnabledProperty(org.springframework.core.env.MutablePropertySources sources, java.lang.String propertyName)java.lang.StringgetProperty(java.lang.String id, java.lang.String propertyName)
-
-
-
Method Detail
-
getProperty
public java.lang.String getProperty(java.lang.String id, java.lang.String propertyName)- Specified by:
getPropertyin interfaceorg.entur.jwt.junit5.configuration.resolve.ResourceServerConfiguration
-
extractEnabledProperty
public java.util.Map<java.lang.String,java.lang.String> extractEnabledProperty(org.springframework.core.env.MutablePropertySources sources, java.lang.String propertyName)
-
-