[java-identity-provider COMMIT] in /trunk: idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/res...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 6 13:13:12 EDT 2016
Author: scantor
Date: Thu Oct 6 13:13:12 2016
New Revision: 8469
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8469&view=rev
Log:
IDP-857 - Create a status page with JSON output
https://issues.shibboleth.net/jira/browse/IDP-857
Add attribute resolver service subclass to extract gauges from data connectors.
Added:
trunk/idp-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/impl/AttributeResolverServiceGaugeSet.java (with props)
Modified:
trunk/idp-conf/src/main/resources/system/conf/general-admin-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/general-admin-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/general-admin-system.xml?rev=8469&r1=8468&r2=8469&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/general-admin-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/general-admin-system.xml Thu Oct 6 13:13:12 2016
@@ -95,7 +95,7 @@
p:service-ref="shibboleth.NameIdentifierGenerationService" />
<bean id="shibboleth.metrics.AttributeResolverGaugeSet"
- class="net.shibboleth.idp.metrics.ReloadableServiceGaugeSet" lazy-init="true"
+ class="net.shibboleth.idp.attribute.resolver.impl.AttributeResolverServiceGaugeSet" lazy-init="true"
c:metricName="attribute.resolver"
p:service-ref="shibboleth.AttributeResolverService" />
More information about the commits
mailing list