HBASE-24443 Refactor TestCustomSaslAuthenticationProvider (#1790)
commitf06248ef84f01831b1709842a1067a1386532940
authorDuo Zhang <zhangduo@apache.org>
Thu, 28 May 2020 12:44:31 +0000 (28 20:44 +0800)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 12:44:31 +0000 (28 20:44 +0800)
tree8221f8252b1d2e4b9bf61b037960012f8c9b742f
parent79d56499ca363d195d67b789ee7fb501bcb0786e
HBASE-24443 Refactor TestCustomSaslAuthenticationProvider (#1790)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
hbase-server/src/test/java/org/apache/hadoop/hbase/security/provider/CustomSaslAuthenticationProviderTestBase.java [moved from hbase-server/src/test/java/org/apache/hadoop/hbase/security/provider/TestCustomSaslAuthenticationProvider.java with 72% similarity]
hbase-server/src/test/java/org/apache/hadoop/hbase/security/provider/TestCustomSaslAuthenticationProviderNettyRpcServer.java [new file with mode: 0644]
hbase-server/src/test/java/org/apache/hadoop/hbase/security/provider/TestCustomSaslAuthenticationProviderSimpleRpcServer.java [new file with mode: 0644]