Lines Matching refs:SingleLogoutServiceElement

72 import com.sun.identity.saml2.jaxb.metadata.SingleLogoutServiceElement;
580 * {@link SingleLogoutServiceElement} that can be used to send the logout request to. The algorithm itself is
594 public static SingleLogoutServiceElement getMostAppropriateSLOServiceLocation(
595 List<SingleLogoutServiceElement> sloList, String preferredBinding) {
601 Map<String, SingleLogoutServiceElement> sloBindings =
602 new HashMap<String, SingleLogoutServiceElement>(sloList.size());
603 for (SingleLogoutServiceElement sloEndpoint : sloList) {
607 SingleLogoutServiceElement endpoint = sloBindings.get(preferredBinding);
645 SingleLogoutServiceElement slos = null;
649 slos = (SingleLogoutServiceElement)sloList.get(i);
692 SingleLogoutServiceElement slos = null;
696 slos = (SingleLogoutServiceElement)sloList.get(i);
1248 SingleLogoutServiceElement sloService =
1269 private static SingleLogoutServiceElement getSLOServiceElement(
1273 SingleLogoutServiceElement sloService = null;
1301 * @return <code>SingleLogoutServiceElement</code> for the entity or null
1306 static public SingleLogoutServiceElement getIDPSLOConfig(
1311 SingleLogoutServiceElement slo = null;
1324 return (SingleLogoutServiceElement)list.get(0);
1328 slo = (SingleLogoutServiceElement)it.next();
1344 * @return <code>SingleLogoutServiceElement</code> for the entity or null
1349 static public SingleLogoutServiceElement getSPSLOConfig(
1353 SingleLogoutServiceElement slo = null;
1365 return (SingleLogoutServiceElement)list.get(0);
1369 slo = (SingleLogoutServiceElement)it.next();