public _PrivilegedExceptionAction_477(TestDelegationTokensWithHA.TokenTestAction
                                       action, Org.Apache.Hadoop.Security.Token.Token <DelegationTokenIdentifier> token,
                                       Configuration conf)
 {
     this.action = action;
     this.token  = token;
     this.conf   = conf;
 }
 /// <exception cref="System.IO.IOException"/>
 /// <exception cref="System.Exception"/>
 private static void DoRenewOrCancel(Org.Apache.Hadoop.Security.Token.Token <DelegationTokenIdentifier
                                                                             > token, Configuration conf, TestDelegationTokensWithHA.TokenTestAction action)
 {
     UserGroupInformation.CreateRemoteUser("JobTracker").DoAs(new _PrivilegedExceptionAction_477
                                                                  (action, token, conf));
 }