@Public
@Evolving
public final class OAuth2Constants
extends Object
Sundry constants relating to OAuth2 within WebHDFS.
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
URLENCODED
public static final String URLENCODED
- See Also:
-
-
ACCESS_TOKEN
public static final String ACCESS_TOKEN
- See Also:
-
-
BEARER
public static final String BEARER
- See Also:
-
-
CLIENT_CREDENTIALS
public static final String CLIENT_CREDENTIALS
- See Also:
-
-
CLIENT_ID
public static final String CLIENT_ID
- See Also:
-
-
CLIENT_SECRET
public static final String CLIENT_SECRET
- See Also:
-
-
EXPIRES_IN
public static final String EXPIRES_IN
- See Also:
-
-
GRANT_TYPE
public static final String GRANT_TYPE
- See Also:
-
-
REFRESH_TOKEN
public static final String REFRESH_TOKEN
- See Also:
-
-
TOKEN_TYPE
public static final String TOKEN_TYPE
- See Also:
-