Interface IFSConstants
-
@SupportedAll @Deprecated public interface IFSConstants
Deprecated.This interface represents a collection of common constants used by the classes in Federation Service.
-
-
Field Summary
Fields Modifier and Type Field Description static String
LOGOUT_FAILURE
Deprecated.Logout status: Failurestatic String
LOGOUT_SUCCESS
Deprecated.Logout status: Successstatic String
RELAY_STATE
Deprecated.RelayStatestatic String
SAML_ART
Deprecated.Parameter name for SAML artifact in http request.static String
SAML_REQUEST
Deprecated.SAMLRequest query parameter namestatic String
SAML_RESPONDER
Deprecated.Status code:samlp:Responder
static String
SAML_RESPONSE
Deprecated.SAMLResponse query parameter name
-
-
-
Field Detail
-
SAML_RESPONDER
static final String SAML_RESPONDER
Deprecated.Status code:samlp:Responder
- See Also:
- Constant Field Values
-
LOGOUT_SUCCESS
static final String LOGOUT_SUCCESS
Deprecated.Logout status: Success- See Also:
- Constant Field Values
-
LOGOUT_FAILURE
static final String LOGOUT_FAILURE
Deprecated.Logout status: Failure- See Also:
- Constant Field Values
-
RELAY_STATE
static final String RELAY_STATE
Deprecated.RelayState- See Also:
- Constant Field Values
-
SAML_REQUEST
static final String SAML_REQUEST
Deprecated.SAMLRequest query parameter name- See Also:
- Constant Field Values
-
SAML_RESPONSE
static final String SAML_RESPONSE
Deprecated.SAMLResponse query parameter name- See Also:
- Constant Field Values
-
SAML_ART
static final String SAML_ART
Deprecated.Parameter name for SAML artifact in http request.- See Also:
- Constant Field Values
-
-