| Package | Description |
|---|---|
| com.axway.apim.adapter | |
| com.axway.apim.adapter.clientApps | |
| com.axway.apim.api |
| Modifier and Type | Method and Description |
|---|---|
ClientApplication |
APIManagerAdapter.getAppIdForCredential(String credential,
String type)
The actual App-ID based on the AppName.
|
| Modifier and Type | Method and Description |
|---|---|
ClientApplication |
APIMgrAppsAdapter.createApplication(ClientApplication desiredApp) |
ClientApplication |
APIMgrAppsAdapter.createOrUpdateApplication(ClientApplication desiredApp,
ClientApplication actualApp) |
ClientApplication |
APIMgrAppsAdapter.getApplication(ClientAppFilter filter) |
ClientApplication |
APIMgrAppsAdapter.updateApplication(ClientApplication desiredApp,
ClientApplication actualApp) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientApplication> |
APIMgrAppsAdapter.getAllApplications(boolean logProgress) |
abstract List<ClientApplication> |
ClientAppAdapter.getApplications()
Returns a list of application according to the provided filter
|
List<ClientApplication> |
APIMgrAppsAdapter.getApplications(ClientAppFilter filter,
boolean logProgress) |
List<ClientApplication> |
APIMgrAppsAdapter.getAppsSubscribedWithAPI(String apiId) |
| Modifier and Type | Method and Description |
|---|---|
ClientApplication |
APIMgrAppsAdapter.createApplication(ClientApplication desiredApp) |
ClientApplication |
APIMgrAppsAdapter.createOrUpdateApplication(ClientApplication desiredApp,
ClientApplication actualApp) |
ClientApplication |
APIMgrAppsAdapter.updateApplication(ClientApplication desiredApp,
ClientApplication actualApp) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ClientApplication> |
API.applications |
| Modifier and Type | Method and Description |
|---|---|
List<ClientApplication> |
API.getApplications() |
| Modifier and Type | Method and Description |
|---|---|
void |
API.setApplications(List<ClientApplication> applications) |
Copyright © 2020. All rights reserved.