Package 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
-
-
Field Summary
Fields Modifier and Type Field Description static StringSAML_TOKEN_ELEMENTThis tag refers to a DOM Element representation of a SAML Token.static StringWS_SAML_TOKEN_ELEMENT
-
-
-
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
-
WS_SAML_TOKEN_ELEMENT
public static final String WS_SAML_TOKEN_ELEMENT
- See Also:
- Constant Field Values
-
-