You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HADOOP-11207. Enhanced common DelegationTokenAuthenticationHandler to support proxy-users on Delegation-token management operations. Contributed by Zhijie Shen.
Copy file name to clipboardExpand all lines: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticatedURL.java
Copy file name to clipboardExpand all lines: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticationHandler.java
Copy file name to clipboardExpand all lines: hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticator.java
+67-4Lines changed: 67 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -136,14 +136,35 @@ public void authenticate(URL url, AuthenticatedURL.Token token)
136
136
* supported.
137
137
* @param token the authentication token being used for the user where the
138
138
* Delegation token will be stored.
139
+
* @param renewer the renewer user.
139
140
* @throws IOException if an IO error occurred.
140
141
* @throws AuthenticationException if an authentication exception occurred.
0 commit comments