Uses of Class
com.axway.apim.lib.error.AppException
-
-
Uses of AppException in com.axway.apim.adapter
Methods in com.axway.apim.adapter that throw AppException Modifier and Type Method Description static voidAPIManagerAdapter. deleteInstance()static StringAPIManagerAdapter. getApiManagerName()StringAPIManagerAdapter. getApiManagerVersion()ClientApplicationAPIManagerAdapter. getAppIdForCredential(String credential, String type)The actual App-ID based on the AppName.static StringAPIManagerAdapter. getCertInfo(InputStream certificate, String password, CaCert cert)static UserAPIManagerAdapter. getCurrentUser()static com.fasterxml.jackson.databind.JsonNodeAPIManagerAdapter. getFileData(byte[] fileFontent, String filename, org.apache.http.entity.ContentType contentType)Helper method to translate a Base64 encoded format as it's needed by the API-Manager.static ImageAPIManagerAdapter. getImageFromAPIM(URI uri, String baseFilename)static APIManagerAdapterAPIManagerAdapter. getInstance()static booleanAPIManagerAdapter. hasAdminAccount()voidAPIManagerAdapter. loginToAPIManager()voidAPIManagerAdapter. logoutFromAPIManager()voidAPIStatusManager. update(API apiToUpdate, String desiredState)voidAPIStatusManager. update(API apiToUpdate, String desiredState, boolean enforceBreakingChange)voidAPIStatusManager. update(API apiToUpdate, String desiredState, String vhost)voidAPIStatusManager. update(API apiToUpdate, String desiredState, String vhost, boolean enforceBreakingChange)Constructors in com.axway.apim.adapter that throw AppException Constructor Description APIStatusManager() -
Uses of AppException in com.axway.apim.adapter.apis
Methods in com.axway.apim.adapter.apis that throw AppException Modifier and Type Method Description voidAPIManagerAPIAdapter. addClientApplications(API api)voidAPIManagerAPIAdapter. addClientOrganizations(API api)voidAPIManagerAPIAdapter. addQuotaConfiguration(API api)voidAPIManagerAPIAccessAdapter. createAPIAccess(APIAccess apiAccess, AbstractEntity parentEntity, APIManagerAPIAccessAdapter.Type type)APIAPIManagerAPIAdapter. createAPIProxy(API api)voidAPIManagerOrganizationAdapter. createOrganization(Organization desiredOrg)voidAPIManagerOrganizationAdapter. createOrUpdateOrganization(Organization desiredOrg, Organization actualOrg)voidAPIManagerRemoteHostsAdapter. createOrUpdateRemoteHost(RemoteHost desiredRemoteHost, RemoteHost actualRemoteHost)voidAPIManagerAPIAccessAdapter. deleteAPIAccess(APIAccess apiAccess, AbstractEntity parentEntity, APIManagerAPIAccessAdapter.Type type)voidAPIManagerAPIAdapter. deleteAPIProxy(API api)voidAPIManagerAPIAdapter. deleteBackendAPI(API api)voidAPIManagerOrganizationAdapter. deleteOrganization(Organization org)AlertsAPIManagerAlertsAdapter. getAlerts()List<APIMethod>APIManagerAPIMethodAdapter. getAllMethodsForAPI(String apiId)List<Organization>APIManagerOrganizationAdapter. getAllOrgs()List<Policy>APIManagerPoliciesAdapter. getAllPolicies()APIAPIManagerAPIAdapter. getAPI(APIFilter filter, boolean logMessage)List<APIAccess>APIManagerAPIAccessAdapter. getAPIAccess(AbstractEntity entity, APIManagerAPIAccessAdapter.Type type)List<APIAccess>APIManagerAPIAccessAdapter. getAPIAccess(AbstractEntity entity, APIManagerAPIAccessAdapter.Type type, boolean includeAPIName)byte[]APIManagerAPIAdapter. getAPIDatFile(API api, String password)List<API>APIManagerAPIAdapter. getAPIs(APIFilter filter, boolean logProgress)APIAPIManagerAPIAdapter. getAPIWithId(String id)ConfigAPIManagerConfigAdapter. getConfig(boolean useAdmin)APIQuotaAPIManagerQuotaAdapter. getDefaultQuota(APIManagerQuotaAdapter.Quota quotaType)APIMethodAPIManagerAPIMethodAdapter. getMethodForId(String apiId, String methodId)APIMethodAPIManagerAPIMethodAdapter. getMethodForName(String apiId, String methodName)OAuthClientProfileAPIManagerOAuthClientProfilesAdapter. getOAuthClientProfile(String profileName)List<OAuthClientProfile>APIManagerOAuthClientProfilesAdapter. getOAuthClientProfiles()OrganizationAPIManagerOrganizationAdapter. getOrg(OrgFilter filter)OrganizationAPIManagerOrganizationAdapter. getOrgForId(String orgId)OrganizationAPIManagerOrganizationAdapter. getOrgForName(String orgName)List<Organization>APIManagerOrganizationAdapter. getOrgs(OrgFilter filter)PolicyAPIManagerPoliciesAdapter. getPolicyForName(APIManagerPoliciesAdapter.PolicyType type, String name)APIQuotaAPIManagerQuotaAdapter. getQuota(String quotaId, API api, boolean addRestrictedAPI, boolean ignoreSystemQuotas)Returns the configured quotas for the quota ID from the API manager.RemoteHostAPIManagerRemoteHostsAdapter. getRemoteHost(String name, Integer port)Map<String,RemoteHost>APIManagerRemoteHostsAdapter. getRemoteHosts(RemoteHostFilter filter)voidAPIManagerAPIAdapter. grantClientOrganization(List<Organization> grantAccessToOrgs, API api, boolean allOrgs)APIAPIManagerAPIAdapter. importBackendAPI(API api)voidAPIManagerAPIAdapter. publishAPI(API api, String vhost)voidAPIManagerAPIAccessAdapter. removeClientOrganization(List<Organization> removingActualOrgs, String apiId)voidAPIManagerAPIAccessAdapter. saveAPIAccess(List<APIAccess> apiAccess, AbstractEntity entity, APIManagerAPIAccessAdapter.Type type)voidAPIManagerQuotaAdapter. saveQuota(APIQuota quotaConfig, String quotaId)voidAPIManagerAPIAdapter. translateMethodIds(API api, APIFilter.METHOD_TRANSLATION mode)Translates the methodIds of the given api.voidAPIManagerAPIAdapter. translateMethodIds(API api, String apiId, APIFilter.METHOD_TRANSLATION mode)Translates the methodIds of the given api.voidAPIManagerAPIAdapter. translateMethodIds(List<API> apis, List<String> apiIds, APIFilter.METHOD_TRANSLATION mode)voidAPIManagerAlertsAdapter. updateAlerts(Alerts alerts)voidAPIManagerAPIAdapter. updateAPIImage(API api, Image image)voidAPIManagerAPIMethodAdapter. updateApiMethod(APIMethod apiMethod)APIAPIManagerAPIAdapter. updateAPIProxy(API api)voidAPIManagerAPIAdapter. updateAPIStatus(API api, String desiredState, String vhost)voidAPIManagerConfigAdapter. updateConfiguration(Config desiredConfig)voidAPIManagerOrganizationAdapter. updateOrganization(Organization desiredOrg, Organization actualOrg)voidAPIManagerAPIAdapter. updateRetirementDate(API api, Long retirementDate)voidAPIManagerAPIAdapter. upgradeAccessToNewerAPI(API apiToUpgradeAccess, API referenceAPI)booleanAPIManagerAPIAdapter. upgradeAccessToNewerAPI(API apiToUpgradeAccess, API referenceAPI, Boolean deprecateRefApi, Boolean retireRefApi, Long retirementDateRefAPI) -
Uses of AppException in com.axway.apim.adapter.client.apps
-
Uses of AppException in com.axway.apim.adapter.custom.properties
Methods in com.axway.apim.adapter.custom.properties that throw AppException Modifier and Type Method Description CustomPropertiesAPIManagerCustomPropertiesAdapter. getCustomProperties()Map<String,CustomProperty>APIManagerCustomPropertiesAdapter. getCustomProperties(CustomProperties.Type type)List<String>APIManagerCustomPropertiesAdapter. getCustomPropertyNames(CustomProperties.Type type)Map<String,CustomProperty>APIManagerCustomPropertiesAdapter. getRequiredCustomProperties(CustomProperties.Type type) -
Uses of AppException in com.axway.apim.adapter.user
Methods in com.axway.apim.adapter.user that throw AppException Modifier and Type Method Description voidAPIManagerUserAdapter. changePassword(String newPassword, User actualUser)UserAPIManagerUserAdapter. createOrUpdateUser(User desiredUser, User actualUser)UserAPIManagerUserAdapter. createUser(User desiredUser)voidAPIManagerUserAdapter. deleteUser(User user)booleanUserFilter. filter(User user)UserAPIManagerUserAdapter. getUser(UserFilter filter)UserAPIManagerUserAdapter. getUserForId(String userId)UserAPIManagerUserAdapter. getUserForLoginName(String loginName)List<User>APIManagerUserAdapter. getUsers(UserFilter filter)UserAPIManagerUserAdapter. updateUser(User desiredUser, User actualUser) -
Uses of AppException in com.axway.apim.api.model
Methods in com.axway.apim.api.model that throw AppException Modifier and Type Method Description static ImageImage. createImageFromFile(File file)Map<String,String>SecurityDevice. getProperties()Map<String,String>SecurityDevice. initCustomPolicies(String type)Constructors in com.axway.apim.api.model that throw AppException Constructor Description OutboundProfile() -
Uses of AppException in com.axway.apim.api.specification
Methods in com.axway.apim.api.specification that throw AppException Modifier and Type Method Description abstract voidAPISpecification. configureBasePath(String backendBasePath, API api)voidOAS3xSpecification. configureBasePath(String backendBasePath, API api)voidODataSpecification. configureBasePath(String backendBasePath, API api)voidSwagger1xSpecification. configureBasePath(String backendBasePath, API api)voidSwagger2xSpecification. configureBasePath(String backendBasePath, API api)voidUnknownAPISpecification. configureBasePath(String backendBasePath, API api)voidWADLSpecification. configureBasePath(String backendBasePath, API api)voidWSDLSpecification. configureBasePath(String backendBasePath, API api)abstract APISpecification.APISpecTypeAPISpecification. getAPIDefinitionType()APISpecification.APISpecTypeOAS3xSpecification. getAPIDefinitionType()APISpecification.APISpecTypeODataV2Specification. getAPIDefinitionType()APISpecification.APISpecTypeODataV3Specification. getAPIDefinitionType()APISpecification.APISpecTypeODataV4Specification. getAPIDefinitionType()APISpecification.APISpecTypeSwagger1xSpecification. getAPIDefinitionType()APISpecification.APISpecTypeSwagger2xSpecification. getAPIDefinitionType()APISpecification.APISpecTypeUnknownAPISpecification. getAPIDefinitionType()APISpecification.APISpecTypeWADLSpecification. getAPIDefinitionType()APISpecification.APISpecTypeWSDLSpecification. getAPIDefinitionType()static APISpecificationAPISpecificationFactory. getAPISpecification(byte[] apiSpecificationContent, String apiDefinitionFile, String apiName)static APISpecificationAPISpecificationFactory. getAPISpecification(byte[] apiSpecificationContent, String apiDefinitionFile, String apiName, boolean failOnError, boolean logDetectedVersion)static APISpecificationAPISpecificationFactory. getAPISpecification(DesiredAPISpecification desiredAPISpec, String configBaseDir, String apiName)static APISpecificationAPISpecificationFactory. getAPISpecification(String apiDefinitionFile, String configBaseDir, String apiName)booleanAPISpecification. parse(byte[] apiSpecificationContent)booleanOAS3xSpecification. parse(byte[] apiSpecificationContent)booleanODataV2Specification. parse(byte[] apiSpecificationContent)booleanODataV3Specification. parse(byte[] apiSpecificationContent)booleanODataV4Specification. parse(byte[] apiSpecificationContent)booleanSwagger1xSpecification. parse(byte[] apiSpecificationContent)booleanSwagger2xSpecification. parse(byte[] apiSpecificationContent)booleanUnknownAPISpecification. parse(byte[] apiSpecificationContent)booleanWADLSpecification. parse(byte[] apiSpecificationContent)booleanWSDLSpecification. parse(byte[] apiSpecificationContent)protected voidAPISpecification. setMapperForDataFormat() -
Uses of AppException in com.axway.apim.lib
Methods in com.axway.apim.lib that throw AppException Modifier and Type Method Description voidAPIMCLICacheManager. flipApiId(String oldApiId, String newApiId)There are a number of entities which have references to an API (e.g.URICoreParameters. getAPIManagerURL()abstract ParametersCLIOptions. getParams()ParametersCoreCLIOptions. getParams()ParametersStandardExportCLIOptions. getParams()ParametersStandardImportCLIOptions. getParams()voidCLIOptions. parse()Parse will use all declared options to create the cmd AND additionally it uses internalOptions to create internalCmd.voidCoreCLIOptions. parse()voidStandardExportCLIOptions. parse()voidStandardImportCLIOptions. parse()voidCoreParameters. setAPIManagerURL(String apiManagerUrl)voidCoreParameters. validateRequiredParameters()Constructors in com.axway.apim.lib that throw AppException Constructor Description EnvironmentProperties(String stage) -
Uses of AppException in com.axway.apim.lib.utils
Methods in com.axway.apim.lib.utils that throw AppException Modifier and Type Method Description static StringUtils. createFileName(String host, String stage, String prefix)static StringUtils. getAPIDefinitionUriFromFile(String pathToAPIDefinition)voidHTTPClient. getClient()static LongUtils. getParsedDate(String date)static FileUtils. locateConfigFile(String configFileName)static voidUtils. validateCustomProperties(Map<String,String> customProperties, CustomProperties.Type type)Constructors in com.axway.apim.lib.utils that throw AppException Constructor Description HTTPClient(String url, String username, String password)URLParser(String urlToAPIDefinition) -
Uses of AppException in com.axway.apim.lib.utils.rest
Methods in com.axway.apim.lib.utils.rest that throw AppException Modifier and Type Method Description org.apache.http.HttpResponseDELRequest. execute()org.apache.http.HttpResponseGETRequest. execute()org.apache.http.HttpResponsePOSTRequest. execute()org.apache.http.HttpResponsePUTRequest. execute()abstract org.apache.http.HttpResponseRestAPICall. execute()static APIMHttpClientAPIMHttpClient. getInstance()protected org.apache.http.HttpResponseRestAPICall. sendRequest(org.apache.http.client.methods.HttpUriRequest request)
-