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 StringAUTH_CLIENT_SUBTYPE_SEPARATORstatic StringAUTH_LOGIN_URIstatic StringAUTH_LOGOUT_URIstatic StringAUTH_PARAM_AUTHENTICATION_TARGETstatic StringAUTH_PARAM_CALLBACK_ACTIONstatic StringAUTH_PARAM_CLIENT_NAMEstatic StringAUTH_PARAM_IDENTITY_CHECK_TOKENstatic StringAUTH_PARAM_SESSION_IDstatic StringAUTH_PARAM_STATE_PARAMETERSstatic StringAUTH_REDIRECT_CALLBACK_ACTIONstatic StringAUTH_RESONSE_PARAM_CODEstatic StringAUTH_RESONSE_PARAM_CONTENTstatic StringAUTH_RESONSE_PARAM_LOCATIONstatic StringAUTH_RESONSE_PARAM_PAREMTERSstatic StringAUTH_RESONSE_PARAM_PROFILEstatic StringAUTH_TARGET_KEY_BACKENDstatic StringAUTH_TARGET_KEY_FORMstatic StringAUTH_TARGET_KEY_IDENTITY_CHECKstatic StringRELAY_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_CLIENT_SUBTYPE_SEPARATOR
public static final String AUTH_CLIENT_SUBTYPE_SEPARATOR
- 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
-
-