public class ScpCfSecretStoreFacade extends AbstractSecretStoreFacade
SecretStoreFacade
for SAP Cloud Platform Cloud Foundry.
Note: This functionality is not yet supported.
Constructor and Description |
---|
ScpCfSecretStoreFacade() |
Modifier and Type | Method and Description |
---|---|
Optional<KeyStore> |
getKeyStoreIfPresent(String name,
SecretStore password)
Retrieves a
KeyStore by its name, if present. |
Class<? extends SecretStore> |
getSecretStoreClass()
Returns the platform-specific implementation class of
SecretStore . |
Optional<SecretStore> |
getSecretStoreIfPresent(String name)
Retrieves a
SecretStore by its name, if present. |
getKeyStore, getSecretStore
@Nonnull public Class<? extends SecretStore> getSecretStoreClass()
SecretStore
. For internal use only.@Nonnull public Optional<SecretStore> getSecretStoreIfPresent(String name)
SecretStore
by its name, if present.name
- The name identifying a SecretStore
.Optional
of the SecretStore
for the given name.Copyright © 2018 SAP SE. All rights reserved.