public interface CredentialsProvider
Credentials for authentication.| Modifier and Type | Method and Description |
|---|---|
Credentials |
getCredentials(java.lang.String key)
Get
Credentials for authentication. |
Credentials getCredentials(java.lang.String key) throws java.lang.Exception
Credentials for authentication.key - the key is a unique identifier that is re-buildable, that is you can generate it from the values you have
at the time you request it.null if no credentials for the given key are found.java.lang.ExceptionCopyright © Micro Focus 2004-2019. All rights reserved.