Interface ISamlConstants
- All Known Implementing Classes:
SamlUtils
public interface ISamlConstants
A set of contants used by the webMethods implementation of SAML
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of the Http session attribute to check if SAML Assertion has been made.static final String
Name of the SAML Artifact parameter in HttpServletRequeststatic final String
Name of the SAML assertion parameter in the SOAP requeststatic final String
Name of the Http session attribute that refers to the session user.
-
Field Details
-
SAML_ARTIFACT
Name of the SAML Artifact parameter in HttpServletRequest- See Also:
-
IS_ASSERTED
Name of the Http session attribute to check if SAML Assertion has been made.- See Also:
-
SESSION_USER
Name of the Http session attribute that refers to the session user.- See Also:
-
SAML_ASSERTION
Name of the SAML assertion parameter in the SOAP request- See Also:
-