[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/services.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Oct 14 20:17:06 EDT 2014
Author: scantor
Date: Tue Oct 14 20:17:05 2014
New Revision: 6703
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6703&view=rev
Log:
Fix svn props.
Modified:
trunk/idp-conf/src/main/resources/conf/services.xml (contents, props changed)
Modified: trunk/idp-conf/src/main/resources/conf/services.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/services.xml?rev=6703&r1=6702&r2=6703&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/services.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/services.xml Tue Oct 14 20:17:05 2014
@@ -1,124 +1,124 @@
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:context="http://www.springframework.org/schema/context"
- xmlns:util="http://www.springframework.org/schema/util" xmlns:p="http://www.springframework.org/schema/p"
- xmlns:c="http://www.springframework.org/schema/c" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
-
- <!-- Advanced configuration of services from SVN.
-
- To use an SVN resource you need to construct it and then inject it into
- The appropriate bean. To use property replacement you will need a separate
- resource pointing to the replacement phrase.
-
- For example:
-
- <bean id="AuthnMgr" class="org.tmatesoft.svn.core.auth.BasicAuthenticationManager">
- <constructor-arg>
- <null />
- </constructor-arg>
- </bean>
- <bean id="ClientMgr" factory-method="newInstance"
- class="org.tmatesoft.svn.core.wc.SVNClientManager"
- p:authenticationManager-ref="AuthnMgr" />
- <bean id="TheSVNURL" factory-method="create"
- class="org.tmatesoft.svn.core.SVNURL">
- <constructor-arg value="https" />
- <constructor-arg>
- <null />
- </constructor-arg>
- <constructor-arg value="svn.shibboleth.net" />
- <constructor-arg value="-1" />
- <constructor-arg
- value="/utilities/spring-extensions/trunk/src/test/resources/data/" />
- <constructor-arg value="false" />
- </bean>
- <bean id="TheSVNResource" class="net.shibboleth.ext.spring.resource.SVNResource">
- <constructor-arg ref="ClientMgr" />
- <constructor-arg ref="TheSVNURL" />
- <constructor-arg value="D:/testdir/dir" />
- <constructor-arg value="-1" />
- <constructor-arg value="TestResource.txt" />
- </bean>
-
- <util:list id="shibboleth.AttributeResolverResources">
- <ref bean="TheSVNResource"/>
- <value>path_to_properties_specifyingBean_file</value>
- </util:list>
-
- see also https://wiki.shibboleth.net/confluence/display/IDP30/SVNResource
- http://svnkit.com/javadoc/org/tmatesoft/svn/core/auth/BasicAuthenticationManager.html#constructor_detail
- http://svnkit.com/javadoc/org/tmatesoft/svn/core/SVNURL.html
-
- -->
-
- <!--
- Otherwise by default we look at resources whose names are derived from %{idp.home}. Services not configured
- using native Spring syntax also need to load the property-placeholder file in order to pull settings from
- property sources.
- -->
-
- <util:list id="shibboleth.RelyingPartyResolverResources">
- <value>%{idp.home}/conf/relying-party.xml</value>
- <value>%{idp.home}/conf/credentials.xml</value>
- <value>%{idp.home}/system/conf/relying-party-system.xml</value>
- </util:list>
-
- <util:list id="shibboleth.MetadataResolverResources">
- <value>%{idp.home}/conf/metadata-providers.xml</value>
- <value>%{idp.home}/conf/property-placeholder.xml</value>
- </util:list>
-
- <!--
- This set of resources loads a legacy 2.x relying-party.xml file
- when idp.service.relyingparty.legacy=true
- -->
- <util:list id="shibboleth.LegacyRelyingPartyResolverResources">
- <value>%{idp.home}/conf/relying-party.xml</value>
- <value>%{idp.home}/conf/property-placeholder.xml</value>
- <value>%{idp.home}/system/conf/legacy-relying-party-defaults.xml</value>
- </util:list>
-
- <!--
- This allows a legacy relying-party.xml file to be used for metadata
- when idp.service.relyingparty.legacy=true
- -->
- <util:list id="shibboleth.LegacyMetadataResolverResources">
- <value>%{idp.home}/conf/metadata-providers.xml</value>
- <value>%{idp.home}/conf/property-placeholder.xml</value>
[... 160 lines stripped ...]
More information about the commits
mailing list