public interface SecretSource extends Closeable
| Modifier and Type | Method and Description |
|---|---|
String |
getSecret(URI uri)
Get the secret associated with the given URI.
|
String |
getURIScheme()
The scheme string which this implementation will handle.
|
String getURIScheme()
String getSecret(URI uri) throws IOException
uri - The uri which has information required to fetch/compute the password.IOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.