Uses of Class
org.apache.hadoop.hdfs.web.oauth2.AccessTokenProvider
Packages that use AccessTokenProvider
-
Uses of AccessTokenProvider in org.apache.hadoop.hdfs.web.oauth2
Subclasses of AccessTokenProvider in org.apache.hadoop.hdfs.web.oauth2Modifier and TypeClassDescriptionclassObtain an access token via a a credential (provided through the Configuration) using the Client Credentials Grant workflow.classSupply a access token obtained via a refresh token (provided through the Configuration using the second half of the Authorization Code Grant workflow.classObtain an access token via the credential-based OAuth2 workflow.