Searched defs:sloList (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java589 * @param sloList The list of SLO endpoints for a given entity.
595 List<SingleLogoutServiceElement> sloList, String preferredBinding) {
597 if (sloList.isEmpty()) {
602 new HashMap<String, SingleLogoutServiceElement>(sloList.size());
603 for (SingleLogoutServiceElement sloEndpoint : sloList) {
629 * @param sloList list of configured <code>SingleLogoutElement</code>.
634 List sloList,
638 int n = sloList.size();
649 slos = (SingleLogoutServiceElement)sloList.get(i);
676 * @param sloList lis
594 getMostAppropriateSLOServiceLocation( List<SingleLogoutServiceElement> sloList, String preferredBinding) argument
633 getSLOServiceLocation( List sloList, String desiredBinding) argument
680 getSLOResponseServiceLocation( List sloList, String desiredBinding) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DLogoutUtil.java591 * @param sloList The list of SLO endpoints for a given entity.
597 List<SingleLogoutServiceElement> sloList, String preferredBinding) {
599 if (sloList.isEmpty()) {
604 new HashMap<String, SingleLogoutServiceElement>(sloList.size());
605 for (SingleLogoutServiceElement sloEndpoint : sloList) {
631 * @param sloList list of configured <code>SingleLogoutElement</code>.
636 List sloList,
640 int n = sloList.size();
651 slos = (SingleLogoutServiceElement)sloList.get(i);
678 * @param sloList lis
596 getMostAppropriateSLOServiceLocation( List<SingleLogoutServiceElement> sloList, String preferredBinding) argument
635 getSLOServiceLocation( List sloList, String desiredBinding) argument
682 getSLOResponseServiceLocation( List sloList, String desiredBinding) argument
[all...]

Completed in 80 milliseconds