Package de.xima.fc
Class CmnConst.Security.Authentication
- java.lang.Object
-
- de.xima.fc.CmnConst.Security.Authentication
-
- Enclosing class:
- CmnConst.Security
public static final class CmnConst.Security.Authentication extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTH_LOGIN_URI
static String
AUTH_LOGOUT_URI
static String
AUTH_PARAM_AUTHENTICATION_TARGET
static String
AUTH_PARAM_CALLBACK_ACTION
static String
AUTH_PARAM_CLIENT_NAME
static String
AUTH_PARAM_IDENTITY_CHECK_TOKEN
static String
AUTH_PARAM_SESSION_ID
static String
AUTH_PARAM_STATE_PARAMETERS
static String
AUTH_REDIRECT_CALLBACK_ACTION
static String
AUTH_RESONSE_PARAM_CODE
static String
AUTH_RESONSE_PARAM_CONTENT
static String
AUTH_RESONSE_PARAM_LOCATION
static String
AUTH_RESONSE_PARAM_PAREMTERS
static String
AUTH_RESONSE_PARAM_PROFILE
static String
AUTH_TARGET_KEY_BACKEND
static String
AUTH_TARGET_KEY_FORM
static String
AUTH_TARGET_KEY_IDENTITY_CHECK
static String
RELAY_STATE_REQUEST_PARAMETER
-
Constructor Summary
Constructors Constructor Description Authentication()
-
-
-
Field Detail
-
AUTH_LOGIN_URI
public static final String AUTH_LOGIN_URI
- See Also:
- Constant Field Values
-
AUTH_LOGOUT_URI
public static final String AUTH_LOGOUT_URI
- See Also:
- Constant Field Values
-
AUTH_TARGET_KEY_BACKEND
public static final String AUTH_TARGET_KEY_BACKEND
- See Also:
- Constant Field Values
-
AUTH_TARGET_KEY_FORM
public static final String AUTH_TARGET_KEY_FORM
- See Also:
- Constant Field Values
-
AUTH_TARGET_KEY_IDENTITY_CHECK
public static final String AUTH_TARGET_KEY_IDENTITY_CHECK
- See Also:
- Constant Field Values
-
AUTH_PARAM_CLIENT_NAME
public static final String AUTH_PARAM_CLIENT_NAME
- See Also:
- Constant Field Values
-
AUTH_PARAM_AUTHENTICATION_TARGET
public static final String AUTH_PARAM_AUTHENTICATION_TARGET
- See Also:
- Constant Field Values
-
AUTH_PARAM_IDENTITY_CHECK_TOKEN
public static final String AUTH_PARAM_IDENTITY_CHECK_TOKEN
- See Also:
- Constant Field Values
-
AUTH_PARAM_CALLBACK_ACTION
public static final String AUTH_PARAM_CALLBACK_ACTION
- See Also:
- Constant Field Values
-
AUTH_PARAM_SESSION_ID
public static final String AUTH_PARAM_SESSION_ID
- See Also:
- Constant Field Values
-
AUTH_PARAM_STATE_PARAMETERS
public static final String AUTH_PARAM_STATE_PARAMETERS
- See Also:
- Constant Field Values
-
AUTH_REDIRECT_CALLBACK_ACTION
public static final String AUTH_REDIRECT_CALLBACK_ACTION
- See Also:
- Constant Field Values
-
AUTH_RESONSE_PARAM_CODE
public static final String AUTH_RESONSE_PARAM_CODE
- See Also:
- Constant Field Values
-
AUTH_RESONSE_PARAM_LOCATION
public static final String AUTH_RESONSE_PARAM_LOCATION
- See Also:
- Constant Field Values
-
AUTH_RESONSE_PARAM_CONTENT
public static final String AUTH_RESONSE_PARAM_CONTENT
- See Also:
- Constant Field Values
-
AUTH_RESONSE_PARAM_PROFILE
public static final String AUTH_RESONSE_PARAM_PROFILE
- See Also:
- Constant Field Values
-
AUTH_RESONSE_PARAM_PAREMTERS
public static final String AUTH_RESONSE_PARAM_PAREMTERS
- See Also:
- Constant Field Values
-
RELAY_STATE_REQUEST_PARAMETER
public static final String RELAY_STATE_REQUEST_PARAMETER
- See Also:
- Constant Field Values
-
-