public interface SecretStoreFacade
SecretStore and KeyStore classes.| Modifier and Type | Method and Description |
|---|---|
io.vavr.control.Try<KeyStore> |
tryGetKeyStore(String name,
SecretStore password)
Retrieves a
KeyStore by its name. |
io.vavr.control.Try<SecretStore> |
tryGetSecretStore(String name)
Retrieves a
SecretStore by its name. |
@Nonnull io.vavr.control.Try<SecretStore> tryGetSecretStore(@Nonnull String name)
SecretStore by its name.name - The name identifying a SecretStore.Try of the SecretStore for the given name.Copyright © 2021 SAP SE. All rights reserved.