Apache CXF API

org.apache.cxf.rs.security.saml
Class SAMLConstants

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

public final class SAMLConstants
extends Object

Some constant configuration options


Field Summary
static String SAML_TOKEN_ELEMENT
          This tag refers to a DOM Element representation of a SAML Token.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Apache CXF API

Apache CXF