Class TestLdapHttpServer

java.lang.Object
org.apache.hadoop.hbase.http.HttpServerFunctionalTest
org.apache.hadoop.hbase.http.TestLdapHttpServer

@CreateLdapServer(transports=@CreateTransport(protocol="LDAP",address="localhost")) @ApplyLdifs({"dn: uid=bjones,dc=example,dc=com","cn: Bob Jones","sn: Jones","objectClass: inetOrgPerson","uid: bjones","userPassword: p@ssw0rd"}) public class TestLdapHttpServer extends HttpServerFunctionalTest
Test class for LDAP authentication on the HttpServer.