public interface Authenticator<T extends Credentials>
Credentials and should throw a CredentialsException
if the authentication fails.| Modifier and Type | Method and Description |
|---|---|
void |
validate(T credentials)
Validate the credentials.
|
void validate(T credentials)
CredentialsException in case of failure.credentials - the given credentials.Copyright © 2016. All Rights Reserved.