Lines Matching refs:SingleLogoutServiceElement

74 import com.sun.identity.saml2.jaxb.metadata.SingleLogoutServiceElement;
582 * {@link SingleLogoutServiceElement} that can be used to send the logout request to. The algorithm itself is
596 public static SingleLogoutServiceElement getMostAppropriateSLOServiceLocation(
597 List<SingleLogoutServiceElement> sloList, String preferredBinding) {
603 Map<String, SingleLogoutServiceElement> sloBindings =
604 new HashMap<String, SingleLogoutServiceElement>(sloList.size());
605 for (SingleLogoutServiceElement sloEndpoint : sloList) {
609 SingleLogoutServiceElement endpoint = sloBindings.get(preferredBinding);
647 SingleLogoutServiceElement slos = null;
651 slos = (SingleLogoutServiceElement)sloList.get(i);
694 SingleLogoutServiceElement slos = null;
698 slos = (SingleLogoutServiceElement)sloList.get(i);
1250 SingleLogoutServiceElement sloService =
1271 private static SingleLogoutServiceElement getSLOServiceElement(
1275 SingleLogoutServiceElement sloService = null;
1303 * @return <code>SingleLogoutServiceElement</code> for the entity or null
1308 static public SingleLogoutServiceElement getIDPSLOConfig(
1313 SingleLogoutServiceElement slo = null;
1326 return (SingleLogoutServiceElement)list.get(0);
1330 slo = (SingleLogoutServiceElement)it.next();
1346 * @return <code>SingleLogoutServiceElement</code> for the entity or null
1351 static public SingleLogoutServiceElement getSPSLOConfig(
1355 SingleLogoutServiceElement slo = null;
1367 return (SingleLogoutServiceElement)list.get(0);
1371 slo = (SingleLogoutServiceElement)it.next();