Page History
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
<!-- Enabled checks for the status page at '/sts/status' -->
<bean id="statusServletList" class="java.util.ArrayList">
<constructor-arg>
<list>
<ref bean="monitorStatusCheck"/>
<ref bean="monitorCRLCheck"/>
<ref bean="monitorStsDBCheck"/>
<ref bean="monitorCraDBCheck"/>
<ref bean="nboTrustStoreCheck"/>
<ref bean="jwtTrustStoreCheck"/>
<ref bean="monitorCvrRidCheck"/>
<ref bean="monitorPidCheck"/>
<ref bean="monitorDtgProcurationServiceCheck"/>
<ref bean="monitorDigstProcurationServiceCheck"/>
<ref bean="monitorProcurationCheck"/>
<ref bean="monitorUuid2CprCheck"/>
<ref bean="personInformationServiceClient"/>
</list>
</constructor-arg>
</bean> |
...