Class CustomSaslAuthenticationProviderTestBase

java.lang.Object
org.apache.hadoop.hbase.security.provider.CustomSaslAuthenticationProviderTestBase
Direct Known Subclasses:
TestCustomSaslAuthenticationProviderNettyRpcServer, TestCustomSaslAuthenticationProviderSimpleRpcServer

public abstract class CustomSaslAuthenticationProviderTestBase extends Object
Tests the pluggable authentication framework with SASL using a contrived authentication system. This tests holds a "user database" in memory as a hashmap. Clients provide their password in the client Hadoop configuration. The servers validate this password via the "user database".