@ContextConfiguration(locations="/spring/proxy-authn-test.xml", initializers=net.shibboleth.idp.spring.IdPPropertiesApplicationContextInitializer.class) @WebAppConfiguration @TestPropertySource(properties="idp.initializer.failFast = false") public class HttpClientProxyAuthenticatorTest extends AbstractTestNGSpringContextTests
HttpClientProxyAuthenticator class.| Modifier and Type | Class and Description |
|---|---|
private static class |
HttpClientProxyAuthenticatorTest.ConfigurableStatusHandler |
| Modifier and Type | Field and Description |
|---|---|
private net.shibboleth.idp.cas.proxy.impl.HttpClientProxyAuthenticator |
authenticator |
private ApplicationContext |
context |
applicationContext, logger| Constructor and Description |
|---|
HttpClientProxyAuthenticatorTest() |
| Modifier and Type | Method and Description |
|---|---|
Object[][] |
buildTestData() |
private org.eclipse.jetty.server.Server |
startServer(org.eclipse.jetty.server.Handler handler) |
void |
testAuthenticate(String trustEngineBean,
int status,
Exception expected) |
run, setApplicationContext, springTestContextAfterTestClass, springTestContextAfterTestMethod, springTestContextBeforeTestClass, springTestContextBeforeTestMethod, springTestContextPrepareTestInstanceprivate net.shibboleth.idp.cas.proxy.impl.HttpClientProxyAuthenticator authenticator
@Autowired private ApplicationContext context
public Object[][] buildTestData()
public void testAuthenticate(String trustEngineBean, int status, Exception expected) throws Exception
Exceptionprivate org.eclipse.jetty.server.Server startServer(org.eclipse.jetty.server.Handler handler)
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.