org.apache.cxf.rs.security.saml
Class SAMLConstants
java.lang.Object
org.apache.cxf.rs.security.saml.SAMLConstants
public final class SAMLConstants
- extends Object
Some constant configuration options
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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