Class AttributeMappingNodeProcessorTest
- java.lang.Object
-
- org.opensaml.core.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.xml.XMLObjectBaseTestCase
-
- net.shibboleth.idp.attribute.resolver.spring.AttributeMappingNodeProcessorTest
-
public class AttributeMappingNodeProcessorTest extends org.opensaml.core.xml.XMLObjectBaseTestCaseTest forAttributeMappingNodeProcessor.
-
-
Field Summary
Fields Modifier and Type Field Description private org.opensaml.saml.saml2.metadata.EntityDescriptorentityDescriptorprivate GenericApplicationContextpendingTeardownContextprivate net.shibboleth.idp.saml.metadata.impl.AttributeMappingNodeProcessorprocessorprivate net.shibboleth.utilities.java.support.service.ReloadableService<net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry>service
-
Constructor Summary
Constructors Constructor Description AttributeMappingNodeProcessorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidentityAttributes()private net.shibboleth.utilities.java.support.service.ReloadableService<net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry>getService()voidrequiredAttributes()protected voidsetTestContext(GenericApplicationContext context)voidsetup()voidtearDownTestContext()-
Methods inherited from class org.opensaml.core.xml.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
-
-
-
Field Detail
-
entityDescriptor
private org.opensaml.saml.saml2.metadata.EntityDescriptor entityDescriptor
-
service
private net.shibboleth.utilities.java.support.service.ReloadableService<net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry> service
-
processor
private net.shibboleth.idp.saml.metadata.impl.AttributeMappingNodeProcessor processor
-
pendingTeardownContext
private GenericApplicationContext pendingTeardownContext
-
-
Method Detail
-
tearDownTestContext
@AfterClass public void tearDownTestContext()
-
setTestContext
protected void setTestContext(GenericApplicationContext context)
-
setup
@BeforeClass public void setup()
-
getService
private net.shibboleth.utilities.java.support.service.ReloadableService<net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry> getService()
-
entityAttributes
public void entityAttributes() throws org.opensaml.saml.metadata.resolver.filter.FilterException- Throws:
org.opensaml.saml.metadata.resolver.filter.FilterException
-
requiredAttributes
public void requiredAttributes() throws org.opensaml.saml.metadata.resolver.filter.FilterException- Throws:
org.opensaml.saml.metadata.resolver.filter.FilterException
-
-