| Package | Description |
|---|---|
| com.sap.it.api | |
| com.sap.it.api.keystore | |
| com.sap.it.api.securestore |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ITApi> |
ITApiFactory.getApi(java.lang.Class<? extends ITApi> apiType,
java.lang.Object context)
Returns an instance of the public API implementation described via the apiType.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ITApi> |
ITApiFactory.getApi(java.lang.Class<? extends ITApi> apiType,
java.lang.Object context)
Returns an instance of the public API implementation described via the apiType.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeystoreService
Public API to access key storage services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SecureStoreService
Public API to access the deployed user credentials.
|