Searched refs:saml2SvcProvider (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.java64 private static FedMonSAML2Svc saml2SvcProvider; field in class:MonitorManager
114 if (saml2SvcProvider != null) {
115 return saml2SvcProvider;
124 saml2SvcProvider =
126 saml2SvcProvider.init();
131 return saml2SvcProvider;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/monitoring/
H A DMonitorManager.java64 private static FedMonSAML2Svc saml2SvcProvider; field in class:MonitorManager
114 if (saml2SvcProvider != null) {
115 return saml2SvcProvider;
124 saml2SvcProvider =
126 saml2SvcProvider.init();
131 return saml2SvcProvider;

Completed in 32 milliseconds