public interface AuthenticationProvider
Credentials| Modifier and Type | Method and Description |
|---|---|
SystemUser |
authenticate(Credentials userCredentials)
Authenticates a user with the given Credentials.
|
SystemUser authenticate(Credentials userCredentials) throws AuthenticationFailedException, ConfigurationException
userCredentials - the user's credentials to be
authenticated.AuthenticationFailedException - thrown if the
authentication attempt
failed to invalid user
credentials.ConfigurationException - thrown if the required
credentials are not provided
or the provided credentials
are malformed.