public class X509AuthenticationProviderTest
extends java.lang.Object
Constructor and Description |
---|
X509AuthenticationProviderTest() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
testAnonymousProxyInChain() |
void |
testAnonymousWithOneProxy() |
void |
testInvalidCertificate() |
void |
testNoProxyChain() |
void |
testOneProxy() |
void |
testShouldCreateAnonymousUser() |
void |
testShouldCreateKnownUser() |
void |
testTwoProxies() |
void |
testUntrustedProxy() |
void |
testUntrustedProxyInChain() |
public void setup()
public void testInvalidCertificate()
public void testNoProxyChain()
public void testUntrustedProxy()
public void testOneProxy()
public void testAnonymousWithOneProxy()
public void testTwoProxies()
public void testUntrustedProxyInChain()
public void testAnonymousProxyInChain()
public void testShouldCreateAnonymousUser()
public void testShouldCreateKnownUser()