public class ExtensionContextStoreResourceServerConfigurationEnricher extends Object implements ResourceServerConfigurationEnricher
| Modifier and Type | Field and Description |
|---|---|
protected static String |
KEY_AUTHORIZATION_SERVERS |
| Constructor and Description |
|---|
ExtensionContextStoreResourceServerConfigurationEnricher() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAll(org.junit.jupiter.api.extension.ExtensionContext context) |
void |
beforeAll(List<AuthorizationServerImplementation> authorizationServers,
org.junit.jupiter.api.extension.ExtensionContext context) |
void |
beforeEach(ResourceServerConfiguration configuration,
org.junit.jupiter.api.extension.ExtensionContext context) |
protected static final String KEY_AUTHORIZATION_SERVERS
public ExtensionContextStoreResourceServerConfigurationEnricher()
public void beforeAll(List<AuthorizationServerImplementation> authorizationServers, org.junit.jupiter.api.extension.ExtensionContext context) throws IOException
beforeAll in interface ResourceServerConfigurationEnricherIOExceptionpublic void beforeEach(ResourceServerConfiguration configuration, org.junit.jupiter.api.extension.ExtensionContext context)
beforeEach in interface ResourceServerConfigurationEnricherpublic void afterAll(org.junit.jupiter.api.extension.ExtensionContext context)
throws IOException
afterAll in interface ResourceServerConfigurationEnricherIOExceptionCopyright © 2021 Entur AS. All rights reserved.