Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.security.secret |
Modifier and Type | Method and Description |
---|---|
char[] |
SecretStore.getSecret()
The secret char sequence stored in this
SecretStore . |
char[] |
ScpNeoSecretStore.getSecret() |
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. |
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> |
ScpNeoSecretStoreFacade.getSecretStoreIfPresent(String name)
Retrieves a
SecretStore by its name, if present. |
Copyright © 2018 SAP SE. All rights reserved.