[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/conf: idp.properties services.xml

noreply at shibboleth.net noreply at shibboleth.net
Sat Aug 15 22:19:29 EDT 2015


Author: scantor
Date: Sat Aug 15 22:19:29 2015
New Revision: 7678

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7678&view=rev
Log:
IDP-594 - Property to control local storage, placeholder list for client storage services

Modified:
    trunk/idp-conf/src/main/resources/conf/idp.properties
    trunk/idp-conf/src/main/resources/conf/services.xml

Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/idp.properties?rev=7678&r1=7677&r2=7678&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties	(original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties	Sat Aug 15 22:19:29 2015
@@ -58,9 +58,9 @@
 # failure to encrypt won't result in request failure.
 #idp.encryption.optional = false
 
-# Configures the primary server-side storage plugin
-#idp.storage.StorageService = org.opensaml.storage.impl.MemoryStorageService
+# Configuration of client- and server-side storage plugins
 #idp.storage.cleanupInterval = PT10M
+#idp.storage.htmlLocalStorage = false
 
 # Set to true to expose more detailed errors in responses to SPs
 #idp.errors.detailed = false

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=7678&r1=7677&r2=7678&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/services.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/services.xml	Sat Aug 15 22:19:29 2015
@@ -141,5 +141,13 @@
         <value>%{idp.home}/messages/consent-messages</value>
         <value>%{idp.home}/messages/error-messages</value>
     </util:list>
+
+    <!-- List of client-side storage service plugins if you define any special ones of your own. -->
+    <bean id="shibboleth.ClientStorageServices" parent="shibboleth.DefaultClientStorageServices">
+        <property name="sourceList">
+            <list merge="true">
+            </list>
+        </property>
+    </bean>
     
 </beans>



More information about the commits mailing list