Apache CXF API

org.apache.cxf.rs.security.saml.sso
Class SSOConstants

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

public final class SSOConstants
extends Object


Field Summary
static long DEFAULT_STATE_TIME
           
static String DSA_SHA1
           
static String RACS_IS_COLLOCATED
           
static String RELAY_STATE
           
static String RSA_SHA1
           
static String SAML_REQUEST
           
static String SAML_RESPONSE
           
static String SECURITY_CONTEXT_TOKEN
           
static String SIG_ALG
           
static String SIGNATURE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Apache CXF API

Apache CXF