Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.security.secret | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Class and Description |
---|---|
class |
ScpCfSecretStore
Implementation of
SecretStore for SAP Cloud Platform Cloud Foundry. |
class |
ScpNeoSecretStore
Implementation of
SecretStore for SAP Cloud Platform Neo. |
Modifier and Type | Method and Description |
---|---|
static SecretStore |
SecretStoreAccessor.getSecretStore(String name)
Retrieves a
SecretStore by its name. |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Try<SecretStore> |
ScpCfSecretStoreFacade.tryGetSecretStore(String name)
Retrieves a
SecretStore by its name. |
io.vavr.control.Try<SecretStore> |
ScpNeoSecretStoreFacade.tryGetSecretStore(String name)
Retrieves a
SecretStore by its name. |
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. |
io.vavr.control.Try<KeyStore> |
ScpCfSecretStoreFacade.tryGetKeyStore(String name,
SecretStore password)
Retrieves a
KeyStore by its name. |
io.vavr.control.Try<KeyStore> |
ScpNeoSecretStoreFacade.tryGetKeyStore(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. |
Modifier and Type | Method and Description |
---|---|
SecretStore |
MockUtil.mockSecretStore(String name,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
MockUtil.mockKeyStore(String name,
SecretStore password,
KeyStore keyStore) |
KeyStore |
MockUtil.mockKeyStore(String name,
SecretStore password,
String keyStoreFileName,
String keyStoreType) |
void |
MockUtil.mockSecretStore(String name,
SecretStore secretStore) |
Copyright © 2019 SAP SE. All rights reserved.