Class SAMLConstants

java.lang.Object
org.apache.cxf.rs.security.saml.SAMLConstants

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

    • 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:
    • WS_SAML_TOKEN_ELEMENT

      public static final String WS_SAML_TOKEN_ELEMENT
      See Also: