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 net.shibboleth.utilities.java.support.codec.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 net.shibboleth.utilities.java.support.codec.StringDigester sha1Digester
public void setUp()
throws NoSuchAlgorithmException,
net.shibboleth.utilities.java.support.component.ComponentInitializationException
NoSuchAlgorithmExceptionnet.shibboleth.utilities.java.support.component.ComponentInitializationExceptionpublic void tearDown()
public void testEmptySource()
throws net.shibboleth.utilities.java.support.resolver.ResolverException
net.shibboleth.utilities.java.support.resolver.ResolverExceptionpublic void testBasicResolveLifecycle()
throws net.shibboleth.utilities.java.support.resolver.ResolverException,
IOException
net.shibboleth.utilities.java.support.resolver.ResolverExceptionIOExceptionpublic void testConditionalLoadManagerWithClearEntityID()
throws IOException,
net.shibboleth.utilities.java.support.resolver.ResolverException,
net.shibboleth.utilities.java.support.component.ComponentInitializationException
IOExceptionnet.shibboleth.utilities.java.support.resolver.ResolverExceptionnet.shibboleth.utilities.java.support.component.ComponentInitializationExceptionpublic void testCtorSourceKeyGenerator()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException,
IOException,
net.shibboleth.utilities.java.support.resolver.ResolverException
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionIOExceptionnet.shibboleth.utilities.java.support.resolver.ResolverExceptionpublic void testCtorMissingManager()
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.