public interface AuthenticationProvider
Configures an authentication provider.
| Modifier and Type | Method and Description |
|---|---|
AuthenticatedUser |
authenticate(String userName,
String password)
Authenticate a user.
|
String |
getProviderDescription()
Gets the authentication provider description.
|
String |
getProviderName()
Gets the authentication provider name.
|
String getProviderName()
Gets the authentication provider name.
String getProviderDescription()
Gets the authentication provider description.
AuthenticatedUser authenticate(String userName, String password) throws SecurityException
Authenticate a user.
userName - The user name.password - The user password.AuthenticatedUserSecurityExceptionCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.