public interface CredentialsValidator extends Configurable
This feature is experimental and subject to change
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
validateCredentials(AuthenticationInfo authenticationInfo)
Validate user credential.
|
configureboolean validateCredentials(AuthenticationInfo authenticationInfo) throws Exception
authenticationInfo - = authentication infoException - any exception occurred (invalid credentials or internal
issue) prevent user loginCopyright © 2022. All rights reserved.