Class OIDCMapMetadataResolverTest
- java.lang.Object
-
- net.shibboleth.oidc.metadata.impl.OIDCMapMetadataResolverTest
-
public class OIDCMapMetadataResolverTest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classOIDCMapMetadataResolverTest.TestableBatchMetadataCache<IdentifierType,MetadataType>Extension of theBatchMetadataCacheto expose certain internals.
-
Field Summary
Fields Modifier and Type Field Description private OIDCMapMetadataResolverTest.TestableBatchMetadataCache<String,Map<String,Object>>batchCacheBatch metadata cache.private net.shibboleth.oidc.metadata.impl.OIDCMapBasedMetadataResolverbatchResolverprivate StringGOOD_PROVIDER_CONFIGURATION_INFO
-
Constructor Summary
Constructors Constructor Description OIDCMapMetadataResolverTest()
-
-
-
Field Detail
-
GOOD_PROVIDER_CONFIGURATION_INFO
private final String GOOD_PROVIDER_CONFIGURATION_INFO
- See Also:
- Constant Field Values
-
batchCache
private OIDCMapMetadataResolverTest.TestableBatchMetadataCache<String,Map<String,Object>> batchCache
Batch metadata cache. Cast to the testable metadata cache and not the interface to allow access to backing store.
-
batchResolver
private net.shibboleth.oidc.metadata.impl.OIDCMapBasedMetadataResolver batchResolver
-
-
Method Detail
-
setup
@BeforeMethod public void setup() throws Exception
- Throws:
Exception
-
testBatchResolve_Success
void testBatchResolve_Success() throws ResolverException, IOException, ComponentInitializationException
-
-