Searched refs:idpName (Results 1 - 12 of 12) 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/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-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;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSNameRegistrationRequest.java940 String idpName = null;
951 idpName = request.getParameter("IDPProvidedNameIdentifier");
953 if (idpName != null && !(idpName.length() < 1)) {
955 new IDPProvidedNameIdentifier(idpName, idpNameQualifier,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSNameRegistrationRequest.java943 String idpName = null;
954 idpName = request.getParameter("IDPProvidedNameIdentifier");
956 if (idpName != null && !(idpName.length() < 1)) {
958 new IDPProvidedNameIdentifier(idpName, idpNameQualifier,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java320 String idpName = null;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSLoginHelper.java320 String idpName = null;

Completed in 41 milliseconds