Class SSOConstants
- java.lang.Object
-
- org.apache.cxf.rs.security.saml.sso.SSOConstants
-
public final class SSOConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDEFAULT_STATE_TIMEstatic StringDSA_SHA1static StringRACS_IS_COLLOCATEDstatic StringRELAY_STATEstatic StringRSA_SHA1static StringSAML_REQUESTstatic StringSAML_RESPONSEstatic StringSAML2_METADATA_NSstatic StringSCHEMA_INSTANCE_NSstatic StringSECURITY_CONTEXT_TOKENstatic StringSIG_ALGstatic StringSIGNATUREstatic StringWS_ADDRESSING_NS
-
-
-
Field Detail
-
SAML_REQUEST
public static final String SAML_REQUEST
- See Also:
- Constant Field Values
-
SAML_RESPONSE
public static final String SAML_RESPONSE
- See Also:
- Constant Field Values
-
RELAY_STATE
public static final String RELAY_STATE
- See Also:
- Constant Field Values
-
SIG_ALG
public static final String SIG_ALG
- See Also:
- Constant Field Values
-
SIGNATURE
public static final String SIGNATURE
- See Also:
- Constant Field Values
-
DEFAULT_STATE_TIME
public static final long DEFAULT_STATE_TIME
- See Also:
- Constant Field Values
-
RSA_SHA1
public static final String RSA_SHA1
- See Also:
- Constant Field Values
-
DSA_SHA1
public static final String DSA_SHA1
- See Also:
- Constant Field Values
-
SECURITY_CONTEXT_TOKEN
public static final String SECURITY_CONTEXT_TOKEN
- See Also:
- Constant Field Values
-
RACS_IS_COLLOCATED
public static final String RACS_IS_COLLOCATED
- See Also:
- Constant Field Values
-
SAML2_METADATA_NS
public static final String SAML2_METADATA_NS
- See Also:
- Constant Field Values
-
WS_ADDRESSING_NS
public static final String WS_ADDRESSING_NS
- See Also:
- Constant Field Values
-
SCHEMA_INSTANCE_NS
public static final String SCHEMA_INSTANCE_NS
- See Also:
- Constant Field Values
-
-