package at.asitplus.eidas.specific.modules.msproxyservice; /** * Constants for MS-specific eIDAS Proxy-Service. * * @author tlenz * */ public class MsProxyServiceConstants { //general constants public static final String TEMPLATE_SP_UNIQUE_ID = "eidasProxyAuth_from_{0}_type_{1}"; //configuration constants //http end-points public static final String EIDAS_HTTP_ENDPOINT_IDP_POST = "/eidas/light/idp/post"; public static final String EIDAS_HTTP_ENDPOINT_IDP_REDIRECT = "/eidas/light/idp/redirect"; private MsProxyServiceConstants() { //private constructor for class with only constant values } }