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

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DValidateSAML2.java168 List sloServiceList = elt.getSingleLogoutService();
169 spBaseURL = getSPBaseURL(sloServiceList);
199 private String getSPBaseURL(List sloServiceList) { argument
201 if ((sloServiceList != null) && !sloServiceList.isEmpty()) {
202 for (Iterator i = sloServiceList.iterator();
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DValidateSAML2.java168 List sloServiceList = elt.getSingleLogoutService();
169 spBaseURL = getSPBaseURL(sloServiceList);
199 private String getSPBaseURL(List sloServiceList) { argument
201 if ((sloServiceList != null) && !sloServiceList.isEmpty()) {
202 for (Iterator i = sloServiceList.iterator();

Completed in 28 milliseconds