public class WindowsLoginModuleTest extends Object
| Constructor and Description |
|---|
WindowsLoginModuleTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkAuth()
Check auth.
|
void |
checkGuestLogin()
Check guest login.
|
void |
commit_noPrincipal()
Commit_no principal.
|
void |
commit_subjectReadOnly()
Commit_subject read only.
|
void |
commit_success()
Commit_success.
|
void |
commit_withDebug()
Commit_with debug.
|
void |
commit_withRoles()
Commit_with Roles.
|
void |
init()
Inits the.
|
void |
initialize_withOptions()
Initialize_with options.
|
void |
login_invalidGuestLogin()
Login_invalid guest login.
|
void |
login_nullPassword()
Login_null password.
|
void |
login_throwIOException()
Login_throw io exception.
|
void |
login_throwUnsupportedCallbackException()
Login_throw unsupported callback exception.
|
void |
logon_noCallbackHandler()
Logon_no callback handler.
|
void |
logout_abortNoUser()
Logout_abort no user.
|
void |
logout_noUser()
Logout_no user.
|
void |
logout_subjectReadOnly()
Logout_subject read only.
|
void |
logout_validUser()
Logout_valid user.
|
@Test public void checkAuth()
@Test public void checkGuestLogin()
@Test
public void commit_noPrincipal()
throws LoginException
LoginException - the login exception@Test
public void commit_subjectReadOnly()
throws LoginException
LoginException - the login exception@Test
public void commit_success()
throws LoginException
LoginException - the login exception@Test
public void commit_withDebug()
throws LoginException
LoginException - the login exception@Test
public void commit_withRoles()
throws LoginException
LoginException - the login exception@BeforeEach public void init()
@Test public void initialize_withOptions()
@Test
public void login_invalidGuestLogin()
throws LoginException
LoginException - the login exception@Test
public void login_nullPassword()
throws LoginException
LoginException - the login exception@Test
public void login_throwIOException()
throws LoginException,
IOException,
UnsupportedCallbackException
LoginException - the login exceptionIOException - Signals that an I/O exception has occurred.UnsupportedCallbackException - the unsupported callback exception@Test
public void login_throwUnsupportedCallbackException()
throws LoginException,
IOException,
UnsupportedCallbackException
LoginException - the login exceptionIOException - Signals that an I/O exception has occurred.UnsupportedCallbackException - the unsupported callback exception@Test
public void logon_noCallbackHandler()
throws LoginException
LoginException - the login exception@Test
public void logout_abortNoUser()
throws LoginException
LoginException - the login exception@Test
public void logout_noUser()
throws LoginException
LoginException - the login exception@Test
public void logout_subjectReadOnly()
throws LoginException
LoginException - the login exception@Test
public void logout_validUser()
throws LoginException
LoginException - the login exceptionCopyright © 2010–2019 com.github.waffle. All rights reserved.