Search in sources :

Example 1 with SingleLogoutServiceElementImpl

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;
}
Also used : SingleLogoutServiceElement(com.sun.identity.saml2.jaxb.metadata.SingleLogoutServiceElement) SingleLogoutServiceElementImpl(com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl)

Aggregations

SingleLogoutServiceElement (com.sun.identity.saml2.jaxb.metadata.SingleLogoutServiceElement)1 SingleLogoutServiceElementImpl (com.sun.identity.saml2.jaxb.metadata.impl.SingleLogoutServiceElementImpl)1