From: lajoie Date: Wed, 16 May 2007 00:24:57 +0000 (+0000) Subject: IdP config schema and example X-Git-Tag: v2.1.3~619 X-Git-Url: https://repo.niif.hu/gitweb/gitweb.cgi?p=java-idp.git;a=commitdiff_plain;h=91e7b48424f5a6a7db40479bbf96b29cc8236808;hp=782d1978caeee92bd45cf7c2b2e75c261471d2a4 IdP config schema and example git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2193 ab3bd59b-922f-494d-bb5f-6f0a3c29deca --- diff --git a/resources/classpath/schema/shibboleth-2.0-idp-config.xsd b/resources/classpath/schema/shibboleth-2.0-idp-config.xsd index 5eb7585..5db06ad 100644 --- a/resources/classpath/schema/shibboleth-2.0-idp-config.xsd +++ b/resources/classpath/schema/shibboleth-2.0-idp-config.xsd @@ -1,27 +1,32 @@ - - - - - - + + + + + + + Root of the IdP configuration file. + + - - - - - - - - + + + + + Location, on the filesystem, where the Log4j configuration file is located. + + + + + + List of IdP configured services. + + - + \ No newline at end of file diff --git a/tests/data/edu/internet2/middleware/shibboleth/idp/idp-config-example1.xml b/tests/data/edu/internet2/middleware/shibboleth/idp/idp-config-example1.xml new file mode 100644 index 0000000..ff228ee --- /dev/null +++ b/tests/data/edu/internet2/middleware/shibboleth/idp/idp-config-example1.xml @@ -0,0 +1,57 @@ + + + /opt/shibboleth-idp-2/etc/logging.xml + + + + + /opt/shibboleth-idp-2/etc/profileHandlers.xml + + + + + + + /opt/shibboleth-idp-2/etc/relyingParties.xml + + + + + + + /opt/shibboleth-idp-2/etc/resolver.xml + + + + + + + /opt/shibboleth-idp-2/etc/site.filter.xml + + + /opt/shibboleth-idp-2/etc/groups.filter.xml + + + /opt/shibboleth-idp-2/etc/users.filter.xml + + + + \ No newline at end of file