| Package | Description |
|---|---|
| com.sap.it.api | |
| com.sap.it.api.impl | |
| com.sap.it.api.keystore | |
| com.sap.it.api.nrc | |
| com.sap.it.api.pd | |
| com.sap.it.api.securestore | |
| com.sap.it.spi |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ITApi> |
ITApiFactory.getApi(Class<? extends ITApi> apiType,
Object context)
Deprecated.
(2.4.0, technically it returns a service and not an API will be removed after 2.24.0, use @ see com.sap.it.api.ITApiFactory # getService () instead)
|
static <T extends ITApi> |
ITApiFactory.getService(Class<? extends ITApi> apiType,
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(Class<? extends ITApi> apiType,
Object context)
Deprecated.
(2.4.0, technically it returns a service and not an API will be removed after 2.24.0, use @ see com.sap.it.api.ITApiFactory # getService () instead)
|
static <T extends ITApi> |
ITApiFactory.getService(Class<? extends ITApi> apiType,
Object context)
Returns an instance of the public API implementation described via the apiType.
|
| Modifier and Type | Method and Description |
|---|---|
static ITApiHandler<? extends ITApi> |
ITApiFactoryRegistry.getApiHandler(Class<? extends ITApi> apiType) |
| Modifier and Type | Method and Description |
|---|---|
static ITApiHandler<? extends ITApi> |
ITApiFactoryRegistry.getApiHandler(Class<? extends ITApi> apiType) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeystoreService
Public API to access key storage services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NumberRangeConfigurationService
Service interface for accessing next value for Number Range Configuration.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartnerDirectoryService
Service for accessing the Partner Directory Parameter values, the partner
IDs, the alternative partner IDs, and the authorized users of a partner.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SecureStoreService
Public API to access the deployed user credentials
or the access tokens of the OAuth2 Authorization Code credentials
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITApiHandler<T extends ITApi>
This is public interface extended by individual accessor classes of specific APIs
|
| Modifier and Type | Method and Description |
|---|---|
<T extends ITApi> |
ITApiHandler.getApi(Object context)
Returns an object implementing the API
|
Copyright © 2020 SAP. All rights reserved.