public class TestHttpCookieFlag extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestHttpCookieFlag.DummyAuthenticationFilter |
static class |
TestHttpCookieFlag.DummyFilterInitializer |
Modifier and Type | Field and Description |
---|---|
private static String |
BASEDIR |
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.security.ssl.SSLFactory |
clientSslFactory |
private static String |
keystoresDir |
private static org.apache.hadoop.hbase.http.HttpServer |
server |
private static String |
sslConfDir |
Constructor and Description |
---|
TestHttpCookieFlag() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanup() |
static void |
setUp() |
void |
testHttpCookie() |
void |
testHttpsCookie() |
void |
testHttpsCookieDefaultServlets() |
public static final HBaseClassTestRule CLASS_RULE
private static String keystoresDir
private static String sslConfDir
private static org.apache.hadoop.security.ssl.SSLFactory clientSslFactory
private static org.apache.hadoop.hbase.http.HttpServer server
public TestHttpCookieFlag()
public void testHttpCookie() throws IOException
IOException
public void testHttpsCookie() throws IOException, GeneralSecurityException
IOException
GeneralSecurityException
public void testHttpsCookieDefaultServlets() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.