public interface LoadCredentialsEventListener
LoadCredentialsEventListener is notified of the outcome of load
credentials operations.| Modifier and Type | Method and Description |
|---|---|
void |
notifyCredentialLookup(String... locations)
Informs that credentials have been looked for in the locations passed as
argument.
|
void |
notifyLoadCredentialFailure(Throwable error,
String... locations)
Informs that credentials could not be loaded form the locations passed as
argument.
|
void |
notifyLoadCredentialSuccess(String... locations)
Informs that credentials have been succesfully loaded from the credentials
passed as argument.
|
void notifyCredentialLookup(String... locations)
locations - the locations where the credentials have been looked forvoid notifyLoadCredentialSuccess(String... locations)
locations - the locations where the credentials have been loaded fromvoid notifyLoadCredentialFailure(Throwable error, String... locations)
error - the Throwable that caused the credential load operation to
faillocations - the locations where the credentials were loaded fromCopyright © 2015. All rights reserved.