| Constructor and Description |
|---|
DirectBasicAuthClient(UsernamePasswordAuthenticator usernamePasswordAuthenticator) |
DirectBasicAuthClient(UsernamePasswordAuthenticator usernamePasswordAuthenticator,
ProfileCreator profileCreator) |
DirectFormClient(UsernamePasswordAuthenticator usernamePasswordAuthenticator) |
DirectFormClient(UsernamePasswordAuthenticator usernamePasswordAuthenticator,
ProfileCreator profileCreator) |
| Constructor and Description |
|---|
FormClient(String loginUrl,
UsernamePasswordAuthenticator usernamePasswordAuthenticator) |
FormClient(String loginUrl,
UsernamePasswordAuthenticator usernamePasswordAuthenticator,
ProfileCreator profileCreator) |
IndirectBasicAuthClient(UsernamePasswordAuthenticator usernamePasswordAuthenticator) |
IndirectBasicAuthClient(UsernamePasswordAuthenticator usernamePasswordAuthenticator,
ProfileCreator profileCreator) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUsernamePasswordAuthenticator
An abstract username / password authenticator having a password encoder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTestUsernamePasswordAuthenticator
This class is a simple test authenticator: password must match username.
|
Copyright © 2016. All Rights Reserved.