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 StringLOGOUT_FAILUREDeprecated.Logout status: Failurestatic StringLOGOUT_SUCCESSDeprecated.Logout status: Successstatic StringRELAY_STATEDeprecated.RelayStatestatic StringSAML_ARTDeprecated.Parameter name for SAML artifact in http request.static StringSAML_REQUESTDeprecated.SAMLRequest query parameter namestatic StringSAML_RESPONDERDeprecated.Status code:samlp:Responderstatic StringSAML_RESPONSEDeprecated.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
 
 
 - 
 
 -