public interface AuthenticationProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
AuthenticationProvider.Factory
|
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(String user,
String password)
The authenticate method is called by the PlainServerCallbackHandler in the PlainSaslServer
layer to authenticate users for their requests.
|
void authenticate(String user, String password) throws AuthenticationException
AuthenticationException.user - The username received over the connection requestpassword - The password received over the connection requestAuthenticationException - When a user is found to be invalid by the implementationCopyright © 2015. All Rights Reserved.