public class MixedAuthenticatorTests
extends java.lang.Object
| Constructor | Description |
|---|---|
MixedAuthenticatorTests() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
setUp() |
Sets the up.
|
void |
tearDown() |
Tear down.
|
void |
testChallengeGET() |
Test challenge get.
|
void |
testChallengePOST() |
Test challenge post.
|
void |
testCustomPrincipal() |
|
void |
testGet() |
Test get.
|
void |
testGetInfo() |
Test get info.
|
void |
testNegotiate() |
Test negotiate.
|
void |
testPostSecurityCheck() |
Test post security check.
|
void |
testProgrammaticSecurityBoth(IWindowsIdentity identity) |
Test programmatic security BOTH.
|
void |
testProgrammaticSecurityNone(IWindowsIdentity identity) |
Test programmatic security NONE.
|
void |
testProgrammaticSecuritySID(IWindowsIdentity identity) |
Test programmatic security SID.
|
void |
testSecurityCheckParameters() |
Test security check parameters.
|
void |
testSecurityCheckQueryString() |
Test security check query string.
|
@BeforeEach
public void setUp()
throws org.apache.catalina.LifecycleException
org.apache.catalina.LifecycleException - the lifecycle exception@AfterEach
public void tearDown()
throws org.apache.catalina.LifecycleException
org.apache.catalina.LifecycleException - the lifecycle exception@Test public void testChallengeGET()
@Test public void testChallengePOST()
@Test public void testGet()
@Test public void testGetInfo()
@Test public void testNegotiate()
@Test public void testPostSecurityCheck()
@Test public void testProgrammaticSecurityBoth(IWindowsIdentity identity) throws javax.servlet.ServletException
identity - the identityjavax.servlet.ServletException - the servlet exception@Test public void testProgrammaticSecuritySID(IWindowsIdentity identity) throws javax.servlet.ServletException
identity - the identityjavax.servlet.ServletException - the servlet exception@Test public void testProgrammaticSecurityNone(IWindowsIdentity identity) throws javax.servlet.ServletException
identity - the identityjavax.servlet.ServletException - the servlet exception@Test public void testSecurityCheckParameters()
@Test public void testSecurityCheckQueryString()
@Test
public void testCustomPrincipal()
throws org.apache.catalina.LifecycleException
org.apache.catalina.LifecycleExceptionCopyright © 2010–2018 com.github.waffle. All rights reserved.