Home
last modified time | relevance | path

Searched refs:longUgi (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/security/
H A DTestDelegationToken.java221 final UserGroupInformation longUgi = UserGroupInformation in testDelegationTokenWithDoAs() local
227 longUgi.doAs(new PrivilegedExceptionAction<Object>() { in testDelegationTokenWithDoAs()
236 Assert.fail("Could not renew delegation token for user "+longUgi); in testDelegationTokenWithDoAs()
249 longUgi.doAs(new PrivilegedExceptionAction<Object>() { in testDelegationTokenWithDoAs()
257 Assert.fail("Could not cancel delegation token for user "+longUgi); in testDelegationTokenWithDoAs()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/security/
H A DTestDelegationToken.java208 final UserGroupInformation longUgi = UserGroupInformation in testDelegationTokenWithDoAs() local
212 longUgi.doAs(new PrivilegedExceptionAction<Object>() { in testDelegationTokenWithDoAs()
218 Assert.fail("Could not renew delegation token for user "+longUgi); in testDelegationTokenWithDoAs()
230 longUgi.doAs(new PrivilegedExceptionAction<Object>() { in testDelegationTokenWithDoAs()
236 Assert.fail("Could not cancel delegation token for user "+longUgi); in testDelegationTokenWithDoAs()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/
H A DTestDelegationTokensWithHA.java256 final UserGroupInformation longUgi = UserGroupInformation in testDelegationTokenWithDoAs() local
260 longUgi.doAs(new PrivilegedExceptionAction<Void>() { in testDelegationTokenWithDoAs()
275 longUgi.doAs(new PrivilegedExceptionAction<Void>() { in testDelegationTokenWithDoAs()