Package io.jans.as.server.model.config
Class Constants
- java.lang.Object
-
- io.jans.as.server.model.config.Constants
-
public final class Constants extends Object
Constants- Author:
- Yuriy Movchan Date: 10.14.2010
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTHENTICATED_USER
static String
AUTHORIZATION_CHALLENGE_SCOPE
static String
AUTHORIZED_GRANT
static String
OX_AUTH_SCOPE_TYPE_OPENID
static String
REMOTE_IP
static String
RESULT_AUTHENTICATION_FAILED
static String
RESULT_DISABLED
static String
RESULT_DUPLICATE
static String
RESULT_EXPIRED
static String
RESULT_FAILURE
static String
RESULT_INVALID_STEP
static String
RESULT_LOGOUT
static String
RESULT_NO_PERMISSIONS
static String
RESULT_SUCCESS
static String
RESULT_VALIDATION_ERROR
static String
REVOKE_ANY_TOKEN_SCOPE
static String
REVOKE_SESSION_SCOPE
static String
U2F_PROTOCOL_VERSION
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
RESULT_SUCCESS
public static final String RESULT_SUCCESS
- See Also:
- Constant Field Values
-
RESULT_FAILURE
public static final String RESULT_FAILURE
- See Also:
- Constant Field Values
-
RESULT_AUTHENTICATION_FAILED
public static final String RESULT_AUTHENTICATION_FAILED
- See Also:
- Constant Field Values
-
RESULT_DUPLICATE
public static final String RESULT_DUPLICATE
- See Also:
- Constant Field Values
-
RESULT_DISABLED
public static final String RESULT_DISABLED
- See Also:
- Constant Field Values
-
RESULT_NO_PERMISSIONS
public static final String RESULT_NO_PERMISSIONS
- See Also:
- Constant Field Values
-
RESULT_INVALID_STEP
public static final String RESULT_INVALID_STEP
- See Also:
- Constant Field Values
-
RESULT_VALIDATION_ERROR
public static final String RESULT_VALIDATION_ERROR
- See Also:
- Constant Field Values
-
RESULT_LOGOUT
public static final String RESULT_LOGOUT
- See Also:
- Constant Field Values
-
RESULT_EXPIRED
public static final String RESULT_EXPIRED
- See Also:
- Constant Field Values
-
U2F_PROTOCOL_VERSION
public static final String U2F_PROTOCOL_VERSION
- See Also:
- Constant Field Values
-
OX_AUTH_SCOPE_TYPE_OPENID
public static final String OX_AUTH_SCOPE_TYPE_OPENID
- See Also:
- Constant Field Values
-
REVOKE_SESSION_SCOPE
public static final String REVOKE_SESSION_SCOPE
- See Also:
- Constant Field Values
-
AUTHORIZATION_CHALLENGE_SCOPE
public static final String AUTHORIZATION_CHALLENGE_SCOPE
- See Also:
- Constant Field Values
-
REVOKE_ANY_TOKEN_SCOPE
public static final String REVOKE_ANY_TOKEN_SCOPE
- See Also:
- Constant Field Values
-
REMOTE_IP
public static final String REMOTE_IP
- See Also:
- Constant Field Values
-
AUTHENTICATED_USER
public static final String AUTHENTICATED_USER
- See Also:
- Constant Field Values
-
AUTHORIZED_GRANT
public static final String AUTHORIZED_GRANT
- See Also:
- Constant Field Values
-
-