@FunctionalInterface public interface SecretResolver
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
loadContent(String location)
Loads the content from the given location.
|
default Optional<String> |
loadContent(URI location)
Loads the content from the given URI.
|
Copyright © 2023. All rights reserved.