Searched refs:getMostAppropriateSLOServiceLocation (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DSLOLocationTest.java34 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_REDIRECT);
36 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_POST);
38 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
46 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_REDIRECT);
49 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_POST);
57 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
63 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_REDIRECT);
65 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_POST);
67 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
74 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoint
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/test/java/com/sun/identity/saml2/profile/
H A DSLOLocationTest.java34 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_REDIRECT);
36 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_POST);
38 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
46 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_REDIRECT);
49 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_POST);
57 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
63 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_REDIRECT);
65 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, HTTP_POST);
67 result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoints, SOAP);
74 SingleLogoutServiceElement result = LogoutUtil.getMostAppropriateSLOServiceLocation(endpoint
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSingleLogout.java299 SingleLogoutServiceElement logoutEndpoint = LogoutUtil.getMostAppropriateSLOServiceLocation(slosList,
614 LogoutUtil.getMostAppropriateSLOServiceLocation(getSPSLOServiceEndpoints(realm, spEntityID), binding);
905 SingleLogoutServiceElement logoutEndpoint = LogoutUtil.getMostAppropriateSLOServiceLocation(slosList,
1200 LogoutUtil.getMostAppropriateSLOServiceLocation(slosList,
H A DLogoutUtil.java594 public static SingleLogoutServiceElement getMostAppropriateSLOServiceLocation( method in class:LogoutUtil
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSingleLogout.java300 SingleLogoutServiceElement logoutEndpoint = LogoutUtil.getMostAppropriateSLOServiceLocation(slosList,
614 LogoutUtil.getMostAppropriateSLOServiceLocation(getSPSLOServiceEndpoints(realm, spEntityID), binding);
900 SingleLogoutServiceElement logoutEndpoint = LogoutUtil.getMostAppropriateSLOServiceLocation(slosList,
1193 LogoutUtil.getMostAppropriateSLOServiceLocation(slosList,
H A DLogoutUtil.java596 public static SingleLogoutServiceElement getMostAppropriateSLOServiceLocation( method in class:LogoutUtil

Completed in 678 milliseconds