public class TestMainLoginPageModel extends BaseTest
LogInLogOutResources.MainLoginPageModel with various configurations done in DrillConfig| Constructor and Description |
|---|
TestMainLoginPageModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
testAuthDisabled()
Test when auth is disabled then both Form and Spnego authentication is disabled.
|
void |
testAuthEnabledWithForm()
Test when auth is enabled with http.auth.mechanisms configured as Form then only Form authentication is
enabled but Spnego is disabled.
|
void |
testAuthEnabledWithFormSpnego()
Test when auth is enabled with http.auth.mechanisms configured as Form, Spnego then both Form and Spnego
authentication are enabled.
|
void |
testAuthEnabledWithNoMech()
Test when auth is enabled with no http.auth.mechanisms configured then by default Form authentication is
enabled but Spnego is disabled.
|
void |
testAuthEnabledWithSpnego()
Test when auth is enabled with http.auth.mechanisms configured as Spnego then only Spnego authentication is
enabled but Form is disabled.
|
public void setup()
public void testAuthDisabled()
public void testAuthEnabledWithNoMech()
public void testAuthEnabledWithForm()
public void testAuthEnabledWithSpnego()
public void testAuthEnabledWithFormSpnego()
Copyright © 2021 The Apache Software Foundation. All rights reserved.