Home
last modified time | relevance | path

Searched defs:ugi (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestQueueManagerForJobKillAndJobPriority.java39 final UserGroupInformation ugi = createNecessaryUsers(); in testOwnerAllowedForJobKill() local
61 UserGroupInformation ugi = createNecessaryUsers(); in testUserDisabledACLForJobKill() local
88 UserGroupInformation ugi = createNecessaryUsers(); in testUserEnabledACLForJobKill() local
113 UserGroupInformation ugi = createNecessaryUsers(); in testUserDisabledForJobPriorityChange() local
172 UserGroupInformation ugi = UserGroupInformation. in testACLRefresh() local
249 UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in testQueueAclRefreshWithInvalidConfFile() local
305 UserGroupInformation ugi = createNecessaryUsers(); in testGroupsEnabledACLForJobSubmission() local
H A DTestQueueManagerForJobKillAndNonDefaultQueue.java51 UserGroupInformation ugi = createNecessaryUsers(); in testEnabledACLForNonDefaultQueue() local
73 UserGroupInformation ugi = createNecessaryUsers(); in testAllEnabledACLForJobKill() local
97 final UserGroupInformation ugi = createNecessaryUsers(); in testAllDisabledACLForJobKill() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/
H A DTestUserGroupInformation.java128 UserGroupInformation ugi = null; in tryLoginAuthenticationMethod() local
175 UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in testLogin() local
329 UserGroupInformation ugi = in testConstructorSuccess() local
440 UserGroupInformation ugi = in testAddToken() local
478 UserGroupInformation ugi = in testGetCreds() local
504 UserGroupInformation ugi = in testAddCreds() local
530 UserGroupInformation ugi = in testGetCredsNotSame() local
557 UserGroupInformation ugi = in testAddNamedToken() local
578 UserGroupInformation ugi = in testUGITokens() local
652 UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in testTestAuthMethod() local
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/
H A DHSProxies.java49 Class<T> xface, UserGroupInformation ugi) throws IOException { in createProxy()
70 InetSocketAddress address, Configuration conf, UserGroupInformation ugi) in createHSProxyWithRefreshUserMappingsProtocol()
78 InetSocketAddress address, Configuration conf, UserGroupInformation ugi) in createHSProxyWithGetUserMappingsProtocol()
86 InetSocketAddress hsaddr, Configuration conf, UserGroupInformation ugi) in createHSProxyWithHSAdminRefreshProtocol()
94 Configuration conf, UserGroupInformation ugi, Class<?> xface, in createHSProxy()
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/session/
H A DHiveSessionProxy.java38 private final UserGroupInformation ugi; field in HiveSessionProxy
40 public HiveSessionProxy(HiveSession hiveSession, UserGroupInformation ugi) { in HiveSessionProxy()
45 public static HiveSession getProxy(HiveSession hiveSession, UserGroupInformation ugi) in getProxy()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/
H A DTestWebHdfsUrl.java83 UserGroupInformation ugi = in testSimpleAuthParamsInUrl() local
104 UserGroupInformation ugi = in testSimpleProxyAuthParamsInUrl() local
130 UserGroupInformation ugi = in testSecureAuthParamsInUrl() local
210 UserGroupInformation ugi = in testSecureProxyAuthParamsInUrl() local
293 UserGroupInformation ugi = in testCheckAccessUrl() local
318 private WebHdfsFileSystem getWebHdfsFileSystem(UserGroupInformation ugi, in getWebHdfsFileSystem()
H A DWebHdfsTestUtil.java67 final UserGroupInformation ugi, final Configuration conf in getWebHdfsFileSystemAs()
73 final UserGroupInformation ugi, final Configuration conf, String scheme in getWebHdfsFileSystemAs()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/webhdfs/
H A DDataNodeUGIProvider.java37 UserGroupInformation ugi() throws IOException { in ugi() method in DataNodeUGIProvider
49 UserGroupInformation ugi = UserGroupInformation.createRemoteUser(remoteUser); in ugi() local
65 UserGroupInformation ugi = id.getUser(); in tokenUGI() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/
H A DNameNodeProxies.java286 UserGroupInformation ugi, boolean withRetries) throws IOException { in createNonHAProxy()
308 UserGroupInformation ugi, boolean withRetries, in createNonHAProxy()
342 InetSocketAddress address, Configuration conf, UserGroupInformation ugi) in createNNProxyWithJournalProtocol()
351 Configuration conf, UserGroupInformation ugi) throws IOException { in createNNProxyWithRefreshAuthorizationPolicyProtocol()
359 Configuration conf, UserGroupInformation ugi) throws IOException { in createNNProxyWithRefreshUserMappingsProtocol()
367 Configuration conf, UserGroupInformation ugi) throws IOException { in createNNProxyWithRefreshCallQueueProtocol()
374 InetSocketAddress address, Configuration conf, UserGroupInformation ugi) in createNNProxyWithGetUserMappingsProtocol()
382 InetSocketAddress address, Configuration conf, UserGroupInformation ugi, in createNNProxyWithNamenodeProtocol()
403 InetSocketAddress address, Configuration conf, UserGroupInformation ugi, in createNNProxyWithClientProtocol()
443 Configuration conf, UserGroupInformation ugi, Class<?> xface) in createNameNodeProxy()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapreduce/security/token/delegation/
H A DTestDelegationTokenAuthMethod.java58 final UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in testDelegationToken() local
83 UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in testGetDelegationTokenWithoutKerberos() local
109 UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in testRenewDelegationTokenWithoutKerberos() local
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/security/
H A DTestDelegationTokenAuthMethod.java73 final UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in testDelegationTokenNamesystemApi() local
97 UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in testGetDelegationTokenWithoutKerberos() local
119 UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in testRenewDelegationTokenWithoutKerberos() local
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/security/
H A DTestUserGroupInformation.java79 UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in testLogin() local
145 UserGroupInformation ugi = in testConstructor() local
217 UserGroupInformation ugi = in testUGITokens() local
251 UserGroupInformation ugi = UserGroupInformation.createUserForTesting( in testTokenIdentifiers() local
278 final UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in testUGIAuthMethod() local
293 final UserGroupInformation ugi = UserGroupInformation.getCurrentUser(); in testUGIAuthMethodInRealUser() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/security/
H A DYarnAuthorizationProvider.java95 Map<AccessType, AccessControlList> acls, UserGroupInformation ugi); in setPermission()
103 public abstract void setAdmins(AccessControlList acls, UserGroupInformation ugi); in setAdmins()
111 public abstract boolean isAdmin(UserGroupInformation ugi); in isAdmin()
H A DConfiguredYarnAuthorizer.java55 Map<AccessType, AccessControlList> acls, UserGroupInformation ugi) { in setPermission()
85 public void setAdmins(AccessControlList acls, UserGroupInformation ugi) { in setAdmins()
90 public boolean isAdmin(UserGroupInformation ugi) { in isAdmin()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-kms/src/main/java/org/apache/hadoop/crypto/key/kms/server/
H A DKMSMDCFilter.java41 private UserGroupInformation ugi; field in KMSMDCFilter.Data
45 private Data(UserGroupInformation ugi, String method, StringBuffer url) { in Data()
76 UserGroupInformation ugi = HttpUserGroupInformation.get(); in doFilter() local
H A DKMSACLs.java232 public boolean hasAccess(Type type, UserGroupInformation ugi) { in hasAccess()
242 UserGroupInformation ugi, KMSOp operation, String key) in assertAccess()
255 public boolean hasAccessToKey(String keyName, UserGroupInformation ugi, in hasAccessToKey()
261 private boolean checkKeyAccess(String keyName, UserGroupInformation ugi, in checkKeyAccess()
273 UserGroupInformation ugi, KeyOpType opType) { in checkKeyAccess()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/main/java/org/apache/hadoop/mapred/gridmix/
H A DSubmitterUserResolver.java33 private UserGroupInformation ugi = null; field in SubmitterUserResolver
46 UserGroupInformation ugi) { in getTargetUgi()
H A DJobCreator.java44 Path outRoot, UserGroupInformation ugi, int seq) throws IOException { in createGridmixJob()
64 UserGroupInformation ugi, int seq) throws IOException { in createGridmixJob()
112 Path outRoot, UserGroupInformation ugi, final int seq) throws IOException; in createGridmixJob()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/java/org/apache/hadoop/mapred/gridmix/
H A DSubmitterUserResolver.java33 private UserGroupInformation ugi = null; field in SubmitterUserResolver
46 UserGroupInformation ugi) { in getTargetUgi()
H A DJobCreator.java44 Path outRoot, UserGroupInformation ugi, int seq) throws IOException { in createGridmixJob()
64 UserGroupInformation ugi, int seq) throws IOException { in createGridmixJob()
112 Path outRoot, UserGroupInformation ugi, final int seq) throws IOException; in createGridmixJob()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/common/
H A DTestJspHelper.java131 UserGroupInformation ugi = JspHelper.getUGI(context, request, conf); in verifyServiceInToken() local
146 UserGroupInformation ugi; in testGetUgiFromToken() local
231 UserGroupInformation ugi; in testGetNonProxyUgi() local
294 UserGroupInformation ugi; in testGetProxyUgi() local
375 private void checkUgiFromAuth(UserGroupInformation ugi) { in checkUgiFromAuth()
387 private void checkUgiFromToken(UserGroupInformation ugi) { in checkUgiFromToken()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/test/java/org/apache/hadoop/mapred/gridmix/
H A DTestSleepJob.java68 UserGroupInformation ugi = UserGroupInformation.getLoginUser(); in testMapTasksOnlySleepJobs() local
87 UserGroupInformation ugi = UserGroupInformation.getLoginUser(); in testRandomLocation() local
120 UserGroupInformation ugi) throws Exception { in testRandomLocation()
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DCleanupQueue.java61 final UserGroupInformation ugi; field in CleanupQueue.PathDeletionContext
69 UserGroupInformation ugi) { in PathDeletionContext()
89 UserGroupInformation ugi, JobID jobIdTokenRenewalToCancel) { in PathDeletionContext()
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/datanode/web/resources/
H A DDatanodeWebHdfsMethods.java88 private void init(final UserGroupInformation ugi, final DelegationParam delegation, in init()
118 @Context final UserGroupInformation ugi, in putRoot()
145 @Context final UserGroupInformation ugi, in put()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/ipc/
H A DConnectionHeader.java39 private UserGroupInformation ugi = null; field in ConnectionHeader
52 public ConnectionHeader(String protocol, UserGroupInformation ugi, AuthMethod authMethod) { in ConnectionHeader()

12345678910>>...13