| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CACHE_KEY |
"cxf.samlp.replay.cache" |
public static final long |
DEFAULT_TTL |
3600L |
public static final long |
MAX_TTL |
43200L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SAML1_STATUSCODE_SUCCESS |
"Success" |
public static final String |
SAML2_STATUSCODE_SUCCESS |
"urn:oasis:names:tc:SAML:2.0:status:Success" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DEFAULT_STATE_TIME |
120000L |
public static final String |
DSA_SHA1 |
"http://www.w3.org/2000/09/xmldsig#dsa-sha1" |
public static final String |
RELAY_STATE |
"RelayState" |
public static final String |
RSA_SHA1 |
"http://www.w3.org/2000/09/xmldsig#rsa-sha1" |
public static final String |
SAML_REQUEST |
"SAMLRequest" |
public static final String |
SAML_RESPONSE |
"SAMLResponse" |
public static final String |
SECURITY_CONTEXT_TOKEN |
"org.apache.cxf.websso.context" |
public static final String |
SIG_ALG |
"SigAlg" |
public static final String |
SIGNATURE |
"Signature" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DEFAULT_TTL |
300L |
public static final String |
REQUEST_CACHE_KEY |
"cxf.samlp.request.state.cache" |
public static final String |
RESPONSE_CACHE_KEY |
"cxf.samlp.response.state.cache" |
Apache CXF