Class CredentialsConstants
- java.lang.Object
-
- com.amazonaws.athena.connector.credentials.CredentialsConstants
-
public final class CredentialsConstants extends Object
Constants used for credentials and authentication.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS_TOKEN
static String
ACCESS_TOKEN_PROPERTY
static String
CLIENT_ID
static String
CLIENT_SECRET
static String
EXPIRES_IN
static String
FETCHED_AT
static String
PASSWORD
static String
USER
static String
USERNAME
-
-
-
Field Detail
-
USERNAME
public static final String USERNAME
- See Also:
- Constant Field Values
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
PASSWORD
public static final String PASSWORD
- See Also:
- Constant Field Values
-
ACCESS_TOKEN
public static final String ACCESS_TOKEN
- See Also:
- Constant Field Values
-
EXPIRES_IN
public static final String EXPIRES_IN
- See Also:
- Constant Field Values
-
FETCHED_AT
public static final String FETCHED_AT
- See Also:
- Constant Field Values
-
CLIENT_ID
public static final String CLIENT_ID
- See Also:
- Constant Field Values
-
CLIENT_SECRET
public static final String CLIENT_SECRET
- See Also:
- Constant Field Values
-
ACCESS_TOKEN_PROPERTY
public static final String ACCESS_TOKEN_PROPERTY
- See Also:
- Constant Field Values
-
-