public class SimpleTestUsernamePasswordAuthenticator extends Object implements UsernamePasswordAuthenticator
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
SimpleTestUsernamePasswordAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
throwsException(String message) |
void |
validate(UsernamePasswordCredentials credentials)
Validate the credentials.
|
public SimpleTestUsernamePasswordAuthenticator()
public void validate(UsernamePasswordCredentials credentials)
UsernamePasswordAuthenticatorCredentialsException in case of failure.validate in interface Authenticator<UsernamePasswordCredentials>validate in interface UsernamePasswordAuthenticatorcredentials - the given credentials.protected void throwsException(String message)
Copyright © 2016. All Rights Reserved.