com.adobe.idp.um.api
Interface UMConstants.SSOConstants

Enclosing class:
UMConstants

public static interface UMConstants.SSOConstants

Constants used for the SSO


Field Summary
static java.lang.String LIVECYCLE_AUTH_DATA
          Name of the cookie which carries the meta data in between the authentication process
static java.lang.String LIVECYCLE_AUTH_TOKEN
          Name of the cookie to be looked in every request to determine users authentication status
static int LOGIN_FAILURE
          Authentication result code for an unsuccessful authentication attempt
static int LOGIN_FAILURE_COOKIE_MISSING
          Error code indicating that required metadata cookie is not present.
static int LOGIN_FAILURE_SPNEGO
          Authentication failed using SPNEGO
static int LOGIN_SUCCESS
          Authentication result code for successful authentication
static java.lang.String P_ERROR_URL
          Parameter name whose value would be use to redirect to in-case of any error
static java.lang.String P_LOGIN_RESULT
          Name of the parameter containing the login attempts result code.
static java.lang.String P_LOGIN_URL
          Name of the parameter to be provided so that SSOFilter can redirect back to it for login.
static java.lang.String P_LOGOUT_URL
          Name of the parameter to be provided with logout url so that SSOFilter can redirect back to it
static java.lang.String P_NO_REDIRECT
          Name of the Parameter to be passed in the request if no redirect is required in the response.
static java.lang.String P_SOURCE_URL
          Name of the parameter to be provided with login page so that SSOFilter can redirect back to it after authentication
static java.lang.String SSO_PRINCIPAL_CONTEXT
           
 

Field Detail

SSO_PRINCIPAL_CONTEXT

static final java.lang.String SSO_PRINCIPAL_CONTEXT
See Also:
Constant Field Values

LIVECYCLE_AUTH_TOKEN

static final java.lang.String LIVECYCLE_AUTH_TOKEN
Name of the cookie to be looked in every request to determine users authentication status

See Also:
Constant Field Values

LIVECYCLE_AUTH_DATA

static final java.lang.String LIVECYCLE_AUTH_DATA
Name of the cookie which carries the meta data in between the authentication process

See Also:
Constant Field Values

P_LOGIN_RESULT

static final java.lang.String P_LOGIN_RESULT
Name of the parameter containing the login attempts result code. Gnerally appended in the redirect url

See Also:
Constant Field Values

P_LOGOUT_URL

static final java.lang.String P_LOGOUT_URL
Name of the parameter to be provided with logout url so that SSOFilter can redirect back to it

See Also:
Constant Field Values

P_LOGIN_URL

static final java.lang.String P_LOGIN_URL
Name of the parameter to be provided so that SSOFilter can redirect back to it for login. This would be used if that data is not found through SSOData

See Also:
Constant Field Values

P_SOURCE_URL

static final java.lang.String P_SOURCE_URL
Name of the parameter to be provided with login page so that SSOFilter can redirect back to it after authentication

See Also:
Constant Field Values

P_ERROR_URL

static final java.lang.String P_ERROR_URL
Parameter name whose value would be use to redirect to in-case of any error

See Also:
Constant Field Values

P_NO_REDIRECT

static final java.lang.String P_NO_REDIRECT
Name of the Parameter to be passed in the request if no redirect is required in the response. If this parameter is present and true then response would contain
        true
 

See Also:
Constant Field Values

LOGIN_SUCCESS

static final int LOGIN_SUCCESS
Authentication result code for successful authentication

See Also:
Constant Field Values

LOGIN_FAILURE

static final int LOGIN_FAILURE
Authentication result code for an unsuccessful authentication attempt

See Also:
Constant Field Values

LOGIN_FAILURE_SPNEGO

static final int LOGIN_FAILURE_SPNEGO
Authentication failed using SPNEGO

See Also:
Constant Field Values

LOGIN_FAILURE_COOKIE_MISSING

static final int LOGIN_FAILURE_COOKIE_MISSING
Error code indicating that required metadata cookie is not present. Can be used in case of cookie disabled by browser

See Also:
Constant Field Values


[an error occurred while processing this directive] [an error occurred while processing this directive]