All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.gov.ida.saml.hub.domain.Endpoints Maven / Gradle / Ivy

There is a newer version: 3.4.6-15872
Show newest version
package uk.gov.ida.saml.hub.domain;

public class Endpoints {
    private Endpoints() {}
    public static final String SSO_RESPONSE_ENDPOINT = "/SAML2/SSO/Response/POST";
    public static final String SSO_REQUEST_ENDPOINT = "/SAML2/SSO";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy