Santhosh G Nayak created HDFS-9175:
--------------------------------------
Summary: Change scope of 'AccessTokenProvider.getAccessToken()'
and 'CredentialBasedAccessTokenProvider.getCredential()' abstract methods to
public
Key: HDFS-9175
URL: https://issues.apache.org/jira/browse/HDFS-9175
Project: Hadoop HDFS
Issue Type: Improvement
Components: webhdfs
Affects Versions: 2.8.0
Reporter: Santhosh G Nayak
Assignee: Santhosh G Nayak
{{org.apache.hadoop.hdfs.web.oauth2.AccessTokenProvider#getAccessToken()}} and
{{org.apache.hadoop.hdfs.web.oauth2.CredentialBasedAccessTokenProvider#getCredential()}}
abstract methods are having default scope.
Unfortunately, it restricts the users from having the custom implementations of
these classes in a different package.
So, the proposal is to change scope of these abstract methods to {{public}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)