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

noreply at shibboleth.net noreply at shibboleth.net
Tue Oct 18 14:26:01 EDT 2016


Author: scantor
Date: Tue Oct 18 14:26:01 2016
New Revision: 8506

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8506&view=rev
Log:
IDP-156 - Create an authn lock-out stage

https://issues.shibboleth.net/jira/browse/IDP-156

Simple REST interface to view/delete storage records in support of account unlock.

Added:
    trunk/idp-conf/src/main/resources/system/flows/admin/storage-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/admin/storage-flow.xml
    trunk/idp-war/src/main/webapp/WEB-INF/jsp/storage.jsp   (with props)
Modified:
    trunk/idp-conf/src/main/resources/conf/admin/general-admin.xml
    trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml

Modified: trunk/idp-conf/src/main/resources/conf/admin/general-admin.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/admin/general-admin.xml?rev=8506&r1=8505&r2=8506&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/admin/general-admin.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/admin/general-admin.xml	Tue Oct 18 14:26:01 2016
@@ -35,6 +35,12 @@
             c:id="http://shibboleth.net/ns/profiles/resolvertest"
             p:loggingId="%{idp.service.logging.resolvertest:ResolverTest}"
             p:policyName="%{idp.resolvertest.accessPolicy:AccessByIPAddress}" />
+
+        <!-- REST StorageService Access -->
+        <bean parent="shibboleth.AdminFlow"
+            c:id="http://shibboleth.net/ns/profiles/storage"
+            p:loggingId="Storage"
+            p:policyName="AccessByIPAddress" />
     
         <!-- REST Interface to Metrics -->
         <bean parent="shibboleth.AdminFlow"

Modified: trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml?rev=8506&r1=8505&r2=8506&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml	Tue Oct 18 14:26:01 2016
@@ -27,6 +27,7 @@
                 <entry key="admin/reload-service" value="../system/flows/admin/reload-service-flow.xml" />
                 <entry key="admin/reload-metadata" value="../system/flows/admin/reload-metadata-flow.xml" />
                 <entry key="admin/metrics" value="../system/flows/admin/metrics-flow.xml" />
+                <entry key="admin/storage" value="../system/flows/admin/storage-flow.xml" />
                 
                 <!-- Proprietary logout flow. -->
                 <entry key="Logout" value="../system/flows/logout/logout-flow.xml" />



More information about the commits mailing list