Class SAMLConstants


  • public final class SAMLConstants
    extends Object
    Some constant configuration options
    • Field Detail

      • SAML_TOKEN_ELEMENT

        public static final String SAML_TOKEN_ELEMENT
        This tag refers to a DOM Element representation of a SAML Token. If a SAML Token is stored on the Message Context, then the SamlFormOutInterceptor and SamlHeaderOutInterceptor will use this token instead of creating a new SAML Token.
        See Also:
        Constant Field Values