Home
last modified time | relevance | path

Searched refs:httpSpnegoKeytabFile (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/
H A DTestRMWebServicesDelegationTokenAuthentication.java76 private static File httpSpnegoKeytabFile = new File( field in TestRMWebServicesDelegationTokenAuthentication
140 httpSpnegoKeytabFile.getAbsolutePath()); in setupAndStartRM()
143 httpSpnegoKeytabFile.getAbsolutePath()); in setupAndStartRM()
153 httpSpnegoKeytabFile.getAbsolutePath()); in setupAndStartRM()
155 httpSpnegoKeytabFile.getAbsolutePath()); in setupAndStartRM()
159 httpSpnegoKeytabFile.getAbsolutePath()); in setupAndStartRM()
172 getKdc().createPrincipal(httpSpnegoKeytabFile, "HTTP/localhost", in setupKDC()
H A DTestRMWebappAuthentication.java69 private static File httpSpnegoKeytabFile = new File( field in TestRMWebappAuthentication
91 httpSpnegoKeytabFile.getAbsolutePath()); in kerberosConf.set()
126 getKdc().createPrincipal(httpSpnegoKeytabFile, "HTTP/localhost", in setupKDC()
H A DTestRMWebServicesDelegationTokens.java94 private static File httpSpnegoKeytabFile = new File( field in TestRMWebServicesDelegationTokens
118 httpSpnegoKeytabFile.getAbsolutePath()); in getConfiguration()
136 httpSpnegoKeytabFile.getAbsolutePath()); in getConfiguration()
192 httpSpnegoKeytabFile.getAbsolutePath());
196 httpSpnegoKeytabFile.getAbsolutePath());
239 testMiniKDC.createPrincipal(httpSpnegoKeytabFile, "HTTP/localhost",
247 httpSpnegoKeytabFile.deleteOnExit();
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/timeline/security/
H A DTestTimelineAuthenticationFilter.java68 private static File httpSpnegoKeytabFile = new File( field in TestTimelineAuthenticationFilter
98 httpSpnegoKeytabFile, HTTP_USER + "/localhost"); in setup()
112 httpSpnegoKeytabFile.getAbsolutePath()); in setup()
118 httpSpnegoKeytabFile.getAbsolutePath()); in setup()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/
H A DTestContainerManagerSecurity.java97 private static File httpSpnegoKeytabFile = new File(testRootDir, field in TestContainerManagerSecurity
106 httpSpnegoKeytabFile.deleteOnExit(); in setUp()
107 getKdc().createPrincipal(httpSpnegoKeytabFile, httpSpnegoPrincipal); in setUp()
128 httpSpnegoKeytabFile.getAbsolutePath()); in configs()
133 httpSpnegoKeytabFile.getAbsolutePath()); in configs()