| Package | Description |
|---|---|
| com.sap.cloud.sdk.cloudplatform.security.secret |
| Modifier and Type | Method and Description |
|---|---|
SecretStore |
AbstractSecretStoreFacade.getSecretStore(String name)
Retrieves a
SecretStore by its name. |
static SecretStore |
SecretStoreAccessor.getSecretStore(String name)
Retrieves a
SecretStore by its name. |
SecretStore |
SecretStoreFacade.getSecretStore(String name)
Retrieves a
SecretStore by its name. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SecretStore> |
SecretStoreFacade.getSecretStoreClass()
Returns the platform-specific implementation class of
SecretStore. |
static Optional<SecretStore> |
SecretStoreAccessor.getSecretStoreIfPresent(String name)
Retrieves a
SecretStore by its name, if present. |
Optional<SecretStore> |
SecretStoreFacade.getSecretStoreIfPresent(String name)
Retrieves a
SecretStore by its name, if present. |
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
AbstractSecretStoreFacade.getKeyStore(String name,
SecretStore password)
Retrieves a
KeyStore by its name. |
static KeyStore |
SecretStoreAccessor.getKeyStore(String name,
SecretStore password)
Retrieves a
KeyStore by its name. |
KeyStore |
SecretStoreFacade.getKeyStore(String name,
SecretStore password)
Retrieves a
KeyStore by its name. |
static Optional<KeyStore> |
SecretStoreAccessor.getKeyStoreIfPresent(String name,
SecretStore password)
Retrieves a
KeyStore by its name, if present. |
Optional<KeyStore> |
SecretStoreFacade.getKeyStoreIfPresent(String name,
SecretStore password)
Retrieves a
KeyStore by its name, if present. |
Copyright © 2019 SAP SE. All rights reserved.