public class NegotiateAuthenticatorTests
extends java.lang.Object
| Constructor | Description |
|---|---|
NegotiateAuthenticatorTests() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
setUp() |
Sets the up.
|
void |
tearDown() |
Tear down.
|
void |
testAllowGuestLogin() |
Test allow guest login.
|
void |
testChallengeGET() |
Test challenge get.
|
void |
testChallengePOST() |
Test challenge post.
|
void |
testGetInfo() |
Test get info.
|
void |
testNegotiate() |
Test negotiate.
|
void |
testPOSTEmpty() |
Test post empty.
|
void |
testPrincipalFormat() |
Test principal format.
|
void |
testRoleFormat() |
Test role format.
|
@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 testAllowGuestLogin()
@Test public void testChallengeGET()
@Test public void testChallengePOST()
@Test public void testGetInfo()
@Test public void testNegotiate()
@Test public void testPOSTEmpty()
@Test public void testPrincipalFormat()
@Test public void testRoleFormat()
Copyright © 2010–2018 com.github.waffle. All rights reserved.