public static interface CredentialStorePlugin.CredentialValidator
The caller can implement this interface to allow the implementation (of CredentialStorePlugin) to validate the credentials before returning them. This is particularly useful if the implementation interacts with the user to obtain missing credentials which may be entered incorrectly.
| Modifier and Type | Method and Description |
|---|---|
boolean |
validateCredentials(String resource,
String user,
String password)
Indicates if the credentials are valid for the given resource.
|
Copyright © 2015–2017 AZYVA INC.. All rights reserved.