|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface UMConstants.SSOConstants
Constants used for the SSO
Field Summary | |
---|---|
static java.lang.String |
ASSERTION_EXPIRY_TIME
Constant name against which the expiry time of the SAML assertion would be stored |
static java.lang.String |
ATTR_REST_AUTH_ERROR
Attribute name storing error status related to authentication |
static java.lang.String |
ATTR_SAVED_REQUEST
Attribute name against which the incoming com.adobe.idp.um.auth.filter.Request would be saved in session. |
static java.lang.String |
ATTR_UM_SERVLET_CONTEXT
|
static int |
AUTH_PHASE_COOKIE_AUTH
This phase indicates that user authentication is done using the cookie |
static int |
AUTH_PHASE_DEFAULT
|
static int |
AUTH_PHASE_GENRIC_AUTH
This phase indicates that user authentication is done by direct authentication means |
static java.lang.String |
ENCODED_PARAMETER_PREFIX
Prefix added to the parameter names before sending the request back for authentication |
static java.lang.String |
LC_ASSERTION_USER
Username to be used to represent a user instance whose password should be treated as a LC assertion |
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_INVALID_COOKIE
Failure indicating that authentication has filed because the cookie was found to be invalid |
static int |
LOGIN_FAILURE_SPNEGO
Authentication failed using SPNEGO |
static int |
LOGIN_SUCCESS
Authentication result code for successful authentication |
static int |
LOGIN_SUCCESS_POST_SESSION_EXPIRY
Success code indicating that user has been logged in again after his previous session had expired |
static java.lang.String |
P_ASSERTION
Parameter name containing the LC assertion |
static java.lang.String |
P_AUTH_PHASE
Parameter indicating the current authentication phase. |
static java.lang.String |
P_DEFAULT_ASSERTION
Parameter name containing the default assertion to be identify the user for Guest access |
static java.lang.String |
P_DOMAINNAME
|
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_IGNORE_COOKIE
Parameter name if set to true would force the authentication logic to ignore the SSO Cookie and instead use the request params to perform the authentication |
static java.lang.String |
P_INITIAL_REQUEST_TYPE
Parameter name referring to the type of request (GET or POST) received at any end ui |
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_PASSWORD
|
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 |
P_USERNAME
|
static java.lang.String |
SSO_PRINCIPAL_CONTEXT
|
Field Detail |
---|
static final java.lang.String SSO_PRINCIPAL_CONTEXT
static final java.lang.String LIVECYCLE_AUTH_TOKEN
static final java.lang.String LIVECYCLE_AUTH_DATA
static final java.lang.String LC_ASSERTION_USER
static final java.lang.String P_LOGIN_RESULT
static final java.lang.String P_LOGOUT_URL
static final java.lang.String P_ASSERTION
static final java.lang.String P_DEFAULT_ASSERTION
static final java.lang.String P_INITIAL_REQUEST_TYPE
static final java.lang.String ASSERTION_EXPIRY_TIME
static final java.lang.String P_LOGIN_URL
static final java.lang.String P_SOURCE_URL
static final java.lang.String P_ERROR_URL
static final java.lang.String P_IGNORE_COOKIE
static final java.lang.String ENCODED_PARAMETER_PREFIX
static final java.lang.String P_NO_REDIRECT
true
static final java.lang.String P_AUTH_PHASE
static final int AUTH_PHASE_DEFAULT
static final int AUTH_PHASE_COOKIE_AUTH
static final int AUTH_PHASE_GENRIC_AUTH
static final java.lang.String P_PASSWORD
static final java.lang.String P_USERNAME
static final java.lang.String P_DOMAINNAME
static final java.lang.String ATTR_SAVED_REQUEST
com.adobe.idp.um.auth.filter.Request
would be saved in session. This would be later used
to replay the original request once UM has performed the required authentication checks
static final int LOGIN_SUCCESS
static final int LOGIN_FAILURE
static final int LOGIN_FAILURE_SPNEGO
static final int LOGIN_FAILURE_COOKIE_MISSING
static final int LOGIN_FAILURE_INVALID_COOKIE
static final int LOGIN_SUCCESS_POST_SESSION_EXPIRY
static final java.lang.String ATTR_REST_AUTH_ERROR
static final java.lang.String ATTR_UM_SERVLET_CONTEXT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |