public class LocalDynamicMetadataResolverTest
extends org.opensaml.core.xml.XMLObjectBaseTestCase
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.saml.saml2.metadata.EntityDescriptor |
entity1 |
private org.opensaml.saml.saml2.metadata.EntityDescriptor |
entity2 |
private String |
entityID1 |
private String |
entityID2 |
private org.opensaml.saml.metadata.resolver.impl.LocalDynamicMetadataResolver |
resolver |
private StringDigester |
sha1Digester |
private org.opensaml.core.xml.persist.MapLoadSaveManager<org.opensaml.core.xml.XMLObject> |
sourceManager |
| Constructor and Description |
|---|
LocalDynamicMetadataResolverTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testBasicResolveLifecycle() |
void |
testConditionalLoadManagerWithClearEntityID() |
void |
testCtorMissingManager() |
void |
testCtorSourceKeyGenerator() |
void |
testEmptySource() |
assertXMLEquals, assertXMLEquals, buildXMLObject, fetchDuration, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElementprivate org.opensaml.saml.metadata.resolver.impl.LocalDynamicMetadataResolver resolver
private org.opensaml.core.xml.persist.MapLoadSaveManager<org.opensaml.core.xml.XMLObject> sourceManager
private String entityID1
private String entityID2
private org.opensaml.saml.saml2.metadata.EntityDescriptor entity1
private org.opensaml.saml.saml2.metadata.EntityDescriptor entity2
private StringDigester sha1Digester
public void setUp()
throws NoSuchAlgorithmException,
ComponentInitializationException
public void tearDown()
public void testEmptySource()
throws ResolverException
ResolverExceptionpublic void testBasicResolveLifecycle()
throws ResolverException,
IOException
ResolverExceptionIOExceptionpublic void testConditionalLoadManagerWithClearEntityID()
throws IOException,
ResolverException,
ComponentInitializationException
public void testCtorSourceKeyGenerator()
throws ComponentInitializationException,
IOException,
ResolverException
public void testCtorMissingManager()
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.