Searched defs:idpName (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/monitoring/impl/
H A DFedletMonSAML2SvcProvider.java66 * @param idpName the name of the IDP
69 public void incIDPCounter (String realm, String idpName, String counter) { argument
76 * @param idpName the name of the IDP
79 public void decIDPCounter (String realm, String idpName, String counter) { argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/monitoring/impl/
H A DFedletMonSAML2SvcProvider.java66 * @param idpName the name of the IDP
69 public void incIDPCounter (String realm, String idpName, String counter) { argument
76 * @param idpName the name of the IDP
79 public void decIDPCounter (String realm, String idpName, String counter) { argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/monitoring/
H A DFedMonSAML2Svc.java87 * @param idpName the name of the IDP
90 public void incIDPCounter (String realm, String idpName, String counter); argument
95 * @param idpName the name of the IDP
98 public void decIDPCounter (String realm, String idpName, String counter); argument
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/monitoring/impl/
H A DFedMonSAML2SvcProvider.java102 * @param idpName the name of the IDP
105 public void incIDPCounter (String realm, String idpName, String counter) { argument
107 sSAML2Svc.incIDPCounter(realm, idpName, counter);
115 * @param idpName the name of the IDP
118 public void decIDPCounter (String realm, String idpName, String counter) { argument
120 sSAML2Svc.decIDPCounter(realm, idpName, counter);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/monitoring/impl/
H A DFedMonSAML2SvcProvider.java102 * @param idpName the name of the IDP
105 public void incIDPCounter (String realm, String idpName, String counter) { argument
107 sSAML2Svc.incIDPCounter(realm, idpName, counter);
115 * @param idpName the name of the IDP
118 public void decIDPCounter (String realm, String idpName, String counter) { argument
120 sSAML2Svc.decIDPCounter(realm, idpName, counter);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/monitoring/
H A DFedMonSAML2Svc.java87 * @param idpName the name of the IDP
90 public void incIDPCounter (String realm, String idpName, String counter); argument
95 * @param idpName the name of the IDP
98 public void decIDPCounter (String realm, String idpName, String counter); argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerSAML2SvcImpl.java124 public void incIDPCounter (String realm, String idpName, String counter) { argument
136 String entName = idpName;
168 public void decIDPCounter (String realm, String idpName, String counter) { argument
179 String entName = idpName;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerSAML2SvcImpl.java124 public void incIDPCounter (String realm, String idpName, String counter) { argument
136 String entName = idpName;
168 public void decIDPCounter (String realm, String idpName, String counter) { argument
179 String entName = idpName;

Completed in 61 milliseconds