| Package | Description |
|---|---|
| com.sap.cloud.sdk.cloudplatform.security.secret |
| Modifier and Type | Method and Description |
|---|---|
static SecretStore |
SecretStoreAccessor.getSecretStore(String name)
Retrieves a
SecretStore by its name. |
| Modifier and Type | Method and Description |
|---|---|
static io.vavr.control.Try<SecretStore> |
SecretStoreAccessor.tryGetSecretStore(String name)
Retrieves a
SecretStore by its name. |
io.vavr.control.Try<SecretStore> |
SecretStoreFacade.tryGetSecretStore(String name)
Retrieves a
SecretStore by its name. |
| Modifier and Type | Method and Description |
|---|---|
static KeyStore |
SecretStoreAccessor.getKeyStore(String name,
SecretStore password)
Retrieves a
KeyStore by its name. |
static io.vavr.control.Try<KeyStore> |
SecretStoreAccessor.tryGetKeyStore(String name,
SecretStore password)
Retrieves a
KeyStore by its name. |
io.vavr.control.Try<KeyStore> |
SecretStoreFacade.tryGetKeyStore(String name,
SecretStore password)
Retrieves a
KeyStore by its name. |
Copyright © 2021 SAP SE. All rights reserved.