Class ScpCfSecretStoreFacade
java.lang.Object
com.sap.cloud.sdk.cloudplatform.security.secret.ScpCfSecretStoreFacade
- All Implemented Interfaces:
SecretStoreFacade
Deprecated.
without replacement.
Implementation of
SecretStoreFacade for SAP Business Technology Platform Cloud Foundry.
Note: This functionality is not yet supported.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vavr.control.Try<KeyStore>tryGetKeyStore(String name, SecretStore password) Deprecated.io.vavr.control.Try<SecretStore>tryGetSecretStore(String name) Deprecated.
-
Constructor Details
-
ScpCfSecretStoreFacade
public ScpCfSecretStoreFacade()Deprecated.
-
-
Method Details
-
tryGetSecretStore
Deprecated.- Specified by:
tryGetSecretStorein interfaceSecretStoreFacade
-
tryGetKeyStore
@Nonnull public io.vavr.control.Try<KeyStore> tryGetKeyStore(@Nonnull String name, @Nonnull SecretStore password) Deprecated.- Specified by:
tryGetKeyStorein interfaceSecretStoreFacade
-