Uses of Class
com.axway.apim.api.model.apps.ClientApplication
-
Packages that use ClientApplication Package Description com.axway.apim.adapter com.axway.apim.adapter.client.apps com.axway.apim.api -
-
Uses of ClientApplication in com.axway.apim.adapter
Methods in com.axway.apim.adapter that return ClientApplication Modifier and Type Method Description ClientApplicationAPIManagerAdapter. getAppIdForCredential(String credential, String type)The actual App-ID based on the AppName. -
Uses of ClientApplication in com.axway.apim.adapter.client.apps
Methods in com.axway.apim.adapter.client.apps that return ClientApplication Modifier and Type Method Description ClientApplicationAPIMgrAppsAdapter. getApplication(ClientAppFilter filter)Methods in com.axway.apim.adapter.client.apps that return types with arguments of type ClientApplication Modifier and Type Method Description List<ClientApplication>APIMgrAppsAdapter. getAllApplications(boolean logProgress)List<ClientApplication>APIMgrAppsAdapter. getApplications(ClientAppFilter filter, boolean logProgress)List<ClientApplication>APIMgrAppsAdapter. getAppsSubscribedWithAPI(String apiId)Methods in com.axway.apim.adapter.client.apps with parameters of type ClientApplication Modifier and Type Method Description voidAPIMgrAppsAdapter. createApplication(ClientApplication desiredApp)voidAPIMgrAppsAdapter. createOrUpdateApplication(ClientApplication desiredApp, ClientApplication actualApp)RestAPICallAPIMgrAppsAdapter. createUpsertUri(org.apache.http.HttpEntity entity, URI uri, ClientApplication actualApp)voidAPIMgrAppsAdapter. deleteApplication(ClientApplication app)booleanClientAppFilter. filter(ClientApplication app)voidAPIMgrAppsAdapter. saveQuota(ClientApplication app, ClientApplication actualApp)protected Optional<ClientAppCredential>APIMgrAppsAdapter. searchForExistingCredential(ClientApplication actualApp, String credentialId)voidAPIMgrAppsAdapter. updateApplication(ClientApplication desiredApp, ClientApplication actualApp) -
Uses of ClientApplication in com.axway.apim.api
Fields in com.axway.apim.api with type parameters of type ClientApplication Modifier and Type Field Description protected List<ClientApplication>API. applicationsMethods in com.axway.apim.api that return types with arguments of type ClientApplication Modifier and Type Method Description List<ClientApplication>API. getApplications()Method parameters in com.axway.apim.api with type arguments of type ClientApplication Modifier and Type Method Description voidAPI. setApplications(List<ClientApplication> applications)
-