use of com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl in project OpenAM by OpenRock.
the class SLOLocationTest method endpointFor.
private SingleLogoutServiceElement endpointFor(String binding, String location) {
SingleLogoutServiceElement ret = new SingleLogoutServiceElementImpl();
ret.setBinding(binding);
ret.setLocation(location);
return ret;
}
Aggregations