From 91e7b48424f5a6a7db40479bbf96b29cc8236808 Mon Sep 17 00:00:00 2001 From: lajoie Date: Wed, 16 May 2007 00:24:57 +0000 Subject: [PATCH 1/1] IdP config schema and example git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2193 ab3bd59b-922f-494d-bb5f-6f0a3c29deca --- .../classpath/schema/shibboleth-2.0-idp-config.xsd | 45 +++++++++------- .../shibboleth/idp/idp-config-example1.xml | 57 ++++++++++++++++++++ 2 files changed, 82 insertions(+), 20 deletions(-) create mode 100644 tests/data/edu/internet2/middleware/shibboleth/idp/idp-config-example1.xml 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 -- 1.7.10.4