public interface CredentialsValidator extends Configurable
This feature is experimental and subject to change
| Modifier and Type | Method and Description |
|---|---|
boolean |
validateCredentials(AuthenticationInfo authenticationInfo)
Validate user credential.
|
configureboolean validateCredentials(AuthenticationInfo authenticationInfo) throws java.lang.Exception
authenticationInfo - = authentication infojava.lang.Exception - any exception occurred (invalid credentials or internal
issue) prevent user login