Class ClientInformationNodeProcessorTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- net.shibboleth.oidc.metadata.impl.ClientInformationNodeProcessorTest
-
public class ClientInformationNodeProcessorTest extends org.opensaml.core.testing.XMLObjectBaseTestCaseUnit tests forClientInformationNodeProcessor.
-
-
Constructor Summary
Constructors Constructor Description ClientInformationNodeProcessorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SchemaValidationFilterbuildSchemaValidationFilter()protected RoleDescriptorparseRoleDescriptor(String mdFileName)voidtestParsedXMLMetadataWithData()voidtestParsedXMLMetadataWithURI()private voidvalidate(RoleDescriptor role, boolean jwkdata)-
Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
-
-
-
Method Detail
-
parseRoleDescriptor
protected RoleDescriptor parseRoleDescriptor(String mdFileName) throws ResolverException, ComponentInitializationException, URISyntaxException, IOException
-
buildSchemaValidationFilter
protected SchemaValidationFilter buildSchemaValidationFilter()
-
testParsedXMLMetadataWithURI
public void testParsedXMLMetadataWithURI() throws Exception- Throws:
Exception
-
testParsedXMLMetadataWithData
public void testParsedXMLMetadataWithData() throws Exception- Throws:
Exception
-
validate
private void validate(RoleDescriptor role, boolean jwkdata) throws Exception
- Throws:
Exception
-
-