Searched refs:saml1SvcProvider (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/monitoring/
H A DMonitorManager.java63 private static FedMonSAML1Svc saml1SvcProvider; field in class:MonitorManager
93 if (saml1SvcProvider != null) {
94 return saml1SvcProvider;
103 saml1SvcProvider =
105 saml1SvcProvider.init();
110 return saml1SvcProvider;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/monitoring/
H A DMonitorManager.java63 private static FedMonSAML1Svc saml1SvcProvider; field in class:MonitorManager
93 if (saml1SvcProvider != null) {
94 return saml1SvcProvider;
103 saml1SvcProvider =
105 saml1SvcProvider.init();
110 return saml1SvcProvider;

Completed in 36 milliseconds