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 |
---|---|
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 . |
Class<? extends SecretStore> |
ScpCfSecretStoreFacade.getSecretStoreClass()
Returns the platform-specific implementation class of
SecretStore . |
Class<? extends SecretStore> |
ScpNeoSecretStoreFacade.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. |
Optional<SecretStore> |
ScpCfSecretStoreFacade.getSecretStoreIfPresent(String name)
Retrieves a
SecretStore by its name, if present. |
Optional<SecretStore> |
ScpNeoSecretStoreFacade.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. |
Optional<KeyStore> |
ScpCfSecretStoreFacade.getKeyStoreIfPresent(String name,
SecretStore password)
Retrieves a
KeyStore by its name, if present. |
Optional<KeyStore> |
ScpNeoSecretStoreFacade.getKeyStoreIfPresent(String name,
SecretStore password)
Retrieves a
KeyStore by its name, if present. |
Modifier and Type | Method and Description |
---|---|
SecretStore |
MockUtil.mockSecretStore(String name,
String password)
Mocks a
SecretStore for a given password. |
Modifier and Type | Method and Description |
---|---|
void |
MockUtil.mockKeyStore(String name,
SecretStore password,
KeyStore keyStore)
Mocks a
KeyStore for a given instance. |
KeyStore |
MockUtil.mockKeyStore(String name,
SecretStore password,
String keyStoreFileName,
String keyStoreType)
Mocks a
KeyStore from a key store resource file. |
void |
MockUtil.mockSecretStore(String name,
SecretStore secretStore)
Mocks a
SecretStore for a given instance. |
Copyright © 2018 SAP SE. All rights reserved.