public class SAMLConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_N_REQUEST |
static String |
AUTH_N_RESPONSE |
static String |
FAILURE |
static String |
LOCAL_CONTEXT_PATH
Used to store context path inside InTransport
|
static String |
LOCAL_ENTITY_ID
Used as attribute inside HttpServletRequest to indicate required local entity id to the context provider.
|
static String |
LOGOUT_REQUEST |
static String |
LOGOUT_RESPONSE |
static String |
PAOS_HTTP_ACCEPT_HEADER |
static String |
PAOS_HTTP_HEADER |
static String |
PEER_ENTITY_ID
Used as attribute inside HttpServletRequest to indicate required peer entity id to the context provider.
|
static String |
SAML_METADATA_KEY_INFO_GENERATOR
Constant identifying special version of the KeyInfoGenerator used to include credentials in generated
metadata.
|
static String |
SAML2_ARTIFACT_PROFILE_URI
Identifier of the Artifact profile.
|
static String |
SAML2_ECP_PROFILE_URI
Identifier of the ECP profile.
|
static String |
SAML2_HOK_WEBSSO_PROFILE_URI
Identifier of the WebSSO HoK profile.
|
static String |
SAML2_SLO_PROFILE_URI
Identifier of the Single Logout profile.
|
static String |
SAML2_WEBSSO_PROFILE_URI
Identifier of the WebSSO profile.
|
static String |
SUCCESS |
static QName |
WEBSSO_HOK_METADATA_ATT_NAME
Qualified name of the attribute used to convey binding information in the Holder of Key metadata endpoint.
|
Constructor and Description |
---|
SAMLConstants() |
public static final String SAML_METADATA_KEY_INFO_GENERATOR
public static final String SAML2_WEBSSO_PROFILE_URI
public static final String SAML2_HOK_WEBSSO_PROFILE_URI
public static final String SAML2_ECP_PROFILE_URI
public static final String SAML2_ARTIFACT_PROFILE_URI
public static final String SAML2_SLO_PROFILE_URI
public static final String AUTH_N_REQUEST
public static final String AUTH_N_RESPONSE
public static final String LOGOUT_REQUEST
public static final String LOGOUT_RESPONSE
public static final String SUCCESS
public static final String FAILURE
public static final String PAOS_HTTP_ACCEPT_HEADER
public static final String PAOS_HTTP_HEADER
public static final String LOCAL_ENTITY_ID
public static final String PEER_ENTITY_ID
public static final String LOCAL_CONTEXT_PATH
public static final QName WEBSSO_HOK_METADATA_ATT_NAME