Home
last modified time | relevance | path

Searched refs:rpcImplClass (Results 1 – 2 of 2) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/security/
H A DTestSecureRPC.java173 private void testRpcCallWithEnabledKerberosSaslAuth(Class<? extends RpcClient> rpcImplClass) in testRpcCallWithEnabledKerberosSaslAuth() argument
187 callRpcService(rpcImplClass, User.create(ugi2), clientConf, false); in testRpcCallWithEnabledKerberosSaslAuth()
199 private void callRpcService(Class<? extends RpcClient> rpcImplClass, User clientUser, in callRpcService() argument
203 clientConfCopy.set(RpcClientFactory.CUSTOM_RPC_CLIENT_IMPL_CONF_KEY, rpcImplClass.getName()); in callRpcService()
243 …public void testRpcFallbackToSimpleAuth(Class<? extends RpcClient> rpcImplClass) throws Exception { in testRpcFallbackToSimpleAuth() argument
262 callRpcService(rpcImplClass, User.create(clientUgi), clientConf, true); in testRpcFallbackToSimpleAuth()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/security/token/
H A DTestGenerateDelegationToken.java144 private void testTokenAuth(Class<? extends RpcClient> rpcImplClass) throws IOException, in testTokenAuth() argument
147 rpcImplClass.getName()); in testTokenAuth()