A C D E G H I L M N O P R S T U 

A

AbstractAlreadyExistsException - Exception in io.apiman.manager.api.rest.contract.exceptions
Base class for "already exists" exceptions.
AbstractAlreadyExistsException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractAlreadyExistsException
Constructor.
AbstractAlreadyExistsException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractAlreadyExistsException
Constructor.
AbstractInvalidInputException - Exception in io.apiman.manager.api.rest.contract.exceptions
Base class for any exception that indicates "invalid input".
AbstractInvalidInputException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractInvalidInputException
Constructor.
AbstractInvalidInputException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractInvalidInputException
Constructor.
AbstractInvalidInputException(Throwable) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractInvalidInputException
Constructor.
AbstractNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Base class for "not found" exceptions.
AbstractNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractNotFoundException
Constructor.
AbstractNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractNotFoundException
Constructor.
AbstractNotFoundException(Throwable) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractNotFoundException
Constructor.
AbstractNotFoundException(String, Throwable) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractNotFoundException
Constructor.
AbstractRestException - Exception in io.apiman.manager.api.rest.contract.exceptions
Base class for all APIMan errors coming out of the REST layer.
AbstractRestException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractRestException
Constructor.
AbstractRestException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractRestException
Constructor.
AbstractRestException(Throwable) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractRestException
Constructor.
AbstractRestException(String, Throwable) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractRestException
Constructor.
AbstractSystemException - Exception in io.apiman.manager.api.rest.contract.exceptions
Base class for all system exceptions.
AbstractSystemException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractSystemException
Constructor.
AbstractSystemException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractSystemException
Constructor.
AbstractSystemException(Throwable) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractSystemException
Constructor.
AbstractUserException - Exception in io.apiman.manager.api.rest.contract.exceptions
Base class for all user exceptions.
AbstractUserException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractUserException
Constructor.
AbstractUserException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractUserException
Constructor.
AbstractUserException(Throwable) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractUserException
Constructor.
AbstractUserException(String, Throwable) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.AbstractUserException
Constructor.
ACTION_ERROR - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
ACTION_ERROR_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
ActionException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when an action is performed but an error occurs during processing.
ActionException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ActionException
Constructor.
ActionException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ActionException
Constructor.
ActionException(String, Throwable) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ActionException
Constructor.
activity(String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Returns audit activity information for a single Organization.
APP_ALREADY_EXISTS - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
APP_ALREADY_EXISTS_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
APP_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
APP_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
APP_STATUS_ERROR - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
APP_STATUS_ERROR_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
APP_VERSION_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
APP_VERSION_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
ApplicationAlreadyExistsException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to create an Application that already exists.
ApplicationAlreadyExistsException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ApplicationAlreadyExistsException
Constructor.
ApplicationAlreadyExistsException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ApplicationAlreadyExistsException
Constructor.
ApplicationNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get, update, or delete an application that does not exist.
ApplicationNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ApplicationNotFoundException
Constructor.
ApplicationNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ApplicationNotFoundException
Constructor.
ApplicationVersionNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get, update, or delete a application version that does not exist.
ApplicationVersionNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ApplicationVersionNotFoundException
Constructor.
ApplicationVersionNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ApplicationVersionNotFoundException
Constructor.

C

CONTRACT_ALREADY_EXISTS - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
CONTRACT_ALREADY_EXISTS_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
CONTRACT_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
CONTRACT_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
ContractAlreadyExistsException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to create an Contract that already exists.
ContractAlreadyExistsException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ContractAlreadyExistsException
Constructor.
ContractAlreadyExistsException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ContractAlreadyExistsException
Constructor.
ContractNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get, update, or delete a contract that does not exist.
ContractNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ContractNotFoundException
Constructor.
ContractNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ContractNotFoundException
Constructor.
create(NewGatewayBean) - Method in interface io.apiman.manager.api.rest.contract.IGatewayResource
This endpoint is called to create a new Gateway.
create(NewOrganizationBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to create a new Organization.
create(NewPluginBean) - Method in interface io.apiman.manager.api.rest.contract.IPluginResource
Use this endpoint to add a plugin to apiman.
create(PolicyDefinitionBean) - Method in interface io.apiman.manager.api.rest.contract.IPolicyDefinitionResource
Use this endpoint to add a policy definition to apiman.
create(NewRoleBean) - Method in interface io.apiman.manager.api.rest.contract.IRoleResource
Use this endpoint to create a new apiman role.
createApp(String, NewApplicationBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to create a new Application.
createAppPolicy(String, String, String, NewPolicyBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to add a new Policy to the Application version.
createAppVersion(String, String, NewApplicationVersionBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to create a new version of the Application.
createContract(String, String, String, NewContractBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to create a Contract between the Application and a Service.
createPlan(String, NewPlanBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to create a new Plan.
createPlanPolicy(String, String, String, NewPolicyBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to add a new Policy to the Plan version.
createPlanVersion(String, String, NewPlanVersionBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to create a new version of the Plan.
createService(String, NewServiceBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to create a new Service.
createServicePolicy(String, String, String, NewPolicyBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to add a new Policy to the Service version.
createServiceVersion(String, String, NewServiceVersionBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to create a new version of the Service.

D

delete(String) - Method in interface io.apiman.manager.api.rest.contract.IGatewayResource
This endpoint deletes a Gateway by its unique ID.
delete(Long) - Method in interface io.apiman.manager.api.rest.contract.IPluginResource
Call this endpoint to delete a plugin.
delete(String) - Method in interface io.apiman.manager.api.rest.contract.IPolicyDefinitionResource
Use this endpoint to delete a policy definition by its ID.
delete(String) - Method in interface io.apiman.manager.api.rest.contract.IRoleResource
Use this endpoint to delete a role by its ID.
deleteAllContracts(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to break all contracts between this application and its services.
deleteAppPolicy(String, String, String, long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to remove a Policy from the Application.
deleteContract(String, String, String, Long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to break a Contract with a Service.
deletePlanPolicy(String, String, String, long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to remove a Policy from the Plan.
deleteServiceDefinition(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to delete a Service's definition document.
deleteServicePolicy(String, String, String, long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to remove a Policy from the Service.

E

ErrorCodes - Class in io.apiman.manager.api.rest.contract.exceptions
A set of error codes used by the application when returning errors via the DT REST API.
ErrorCodes() - Constructor for class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 

G

GATEWAY_ALREADY_EXISTS - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
GATEWAY_ALREADY_EXISTS_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
GATEWAY_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
GATEWAY_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
GatewayAlreadyExistsException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to create a Gateway that already exists.
GatewayAlreadyExistsException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.GatewayAlreadyExistsException
Constructor.
GatewayAlreadyExistsException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.GatewayAlreadyExistsException
Constructor.
GatewayNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get, update, or delete a gateay that does not exist.
GatewayNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.GatewayNotFoundException
Constructor.
GatewayNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.GatewayNotFoundException
Constructor.
get(String) - Method in interface io.apiman.manager.api.rest.contract.IGatewayResource
Call this endpoint to get the details of a single configured Gateway.
get(String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get information about a single Organization by its ID.
get(Long) - Method in interface io.apiman.manager.api.rest.contract.IPluginResource
This endpoint can be used to access the full information about an apiman plugin.
get(String) - Method in interface io.apiman.manager.api.rest.contract.IPolicyDefinitionResource
Use this endpoint to get a single policy definition by its ID.
get(String) - Method in interface io.apiman.manager.api.rest.contract.IRoleResource
Use this endpoint to retrieve information about a single Role by its ID.
get(String) - Method in interface io.apiman.manager.api.rest.contract.IUserResource
Use this endpoint to get information about a specific user by the User ID.
getActivity(String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IUserResource
Use this endpoint to get information about the user's audit history.
getApiRegistryJSON(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get registry style information about all Services that this Application consumes.
getApiRegistryXML(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get registry style information about all Services that this Application consumes.
getApp(String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to retrieve information about a single Application by ID.
getAppActivity(String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
This endpoint returns audit activity information about the Application.
getApplications() - Method in interface io.apiman.manager.api.rest.contract.ICurrentUserResource
Use this endpoint to list all of the Applications the current user has permission to edit.
getApplications(String) - Method in interface io.apiman.manager.api.rest.contract.IUserResource
This endpoint returns all applications that the user has permission to edit.
getApplicationVersionContracts(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get a list of all Contracts for an Application.
getAppOrganizations() - Method in interface io.apiman.manager.api.rest.contract.ICurrentUserResource
This endpoint returns a list of all the organizations for which the current user has permission to edit applications.
getAppPolicy(String, String, String, long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get information about a single Policy in the Application version.
getAppVersion(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get detailed information about a single version of an Application.
getAppVersionActivity(String, String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get audit activity information for a single version of the Application.
getContract(String, String, String, Long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to retrieve detailed information about a single Service Contract for an Application.
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.AbstractRestException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ActionException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ApplicationAlreadyExistsException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ApplicationNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ApplicationVersionNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ContractAlreadyExistsException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ContractNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.GatewayAlreadyExistsException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.GatewayNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.InvalidApplicationStatusException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.InvalidSearchCriteriaException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.InvalidServiceStatusException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.MemberNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.NotAuthorizedException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.OrganizationAlreadyExistsException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.OrganizationNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PlanAlreadyExistsException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PlanNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PlanVersionNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PluginAlreadyExistsException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PluginNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PluginResourceNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PolicyDefinitionAlreadyExistsException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PolicyDefinitionInvalidException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PolicyDefinitionNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PolicyNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.RoleAlreadyExistsException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.RoleNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ServiceAlreadyExistsException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ServiceDefinitionNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ServiceNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ServiceVersionNotFoundException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.SystemErrorException
 
getErrorCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.UserNotFoundException
 
getHttpCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.AbstractAlreadyExistsException
 
getHttpCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.AbstractInvalidInputException
 
getHttpCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.AbstractNotFoundException
 
getHttpCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.AbstractRestException
 
getHttpCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ActionException
 
getHttpCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.InvalidApplicationStatusException
 
getHttpCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.InvalidServiceStatusException
 
getHttpCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.NotAuthorizedException
 
getHttpCode() - Method in exception io.apiman.manager.api.rest.contract.exceptions.SystemErrorException
 
getInfo() - Method in interface io.apiman.manager.api.rest.contract.ICurrentUserResource
Use this endpoint to get information about the currently authenticated user.
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.AbstractRestException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ActionException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ApplicationAlreadyExistsException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ApplicationNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ApplicationVersionNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ContractAlreadyExistsException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ContractNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.GatewayAlreadyExistsException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.GatewayNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.InvalidApplicationStatusException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.InvalidSearchCriteriaException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.InvalidServiceStatusException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.MemberNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.NotAuthorizedException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.OrganizationAlreadyExistsException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.OrganizationNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PlanAlreadyExistsException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PlanNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PlanVersionNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PluginAlreadyExistsException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PluginNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PluginResourceNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PolicyDefinitionAlreadyExistsException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PolicyDefinitionInvalidException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PolicyDefinitionNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.PolicyNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.RoleAlreadyExistsException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.RoleNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ServiceAlreadyExistsException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ServiceDefinitionNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ServiceNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.ServiceVersionNotFoundException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.SystemErrorException
 
getMoreInfoUrl() - Method in exception io.apiman.manager.api.rest.contract.exceptions.UserNotFoundException
 
getOrganizations(String) - Method in interface io.apiman.manager.api.rest.contract.IUserResource
This endpoint returns the list of organizations that the user is a member of.
getPermissionsForCurrentUser() - Method in interface io.apiman.manager.api.rest.contract.IPermissionsResource
This endpoint returns all of the permissions assigned to the currently authenticated user.
getPermissionsForUser(String) - Method in interface io.apiman.manager.api.rest.contract.IPermissionsResource
This endpoint returns all of the permissions assigned to a specific user.
getPlan(String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to retrieve information about a single Plan by ID.
getPlanActivity(String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
This endpoint returns audit activity information about the Plan.
getPlanOrganizations() - Method in interface io.apiman.manager.api.rest.contract.ICurrentUserResource
This endpoint returns a list of all the organizations for which the current user has permission to edit plans.
getPlanPolicy(String, String, String, long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get information about a single Policy in the Plan version.
getPlanVersion(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get detailed information about a single version of a Plan.
getPlanVersionActivity(String, String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get audit activity information for a single version of the Plan.
getPolicyDefs(Long) - Method in interface io.apiman.manager.api.rest.contract.IPluginResource
Use this endpoint to get a list of all policy definitions contributed by the plugin.
getPolicyForm(Long, String) - Method in interface io.apiman.manager.api.rest.contract.IPluginResource
Use this endpoint to retrieve the form associated with a particular policy definition.
getServerStack() - Method in exception io.apiman.manager.api.rest.contract.exceptions.AbstractRestException
 
getService(String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to retrieve information about a single Service by ID.
getServiceActivity(String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
This endpoint returns audit activity information about the Service.
getServiceDefinition(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to retrieve the Service's definition document.
getServiceOrganizations() - Method in interface io.apiman.manager.api.rest.contract.ICurrentUserResource
This endpoint returns a list of all the organizations for which the current user has permission to edit services.
getServicePolicy(String, String, String, long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get information about a single Policy in the Service version.
getServicePolicyChain(String, String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get a Policy Chain for the specific Service version.
getServices() - Method in interface io.apiman.manager.api.rest.contract.ICurrentUserResource
Use this endpoint to list all of the Services the current user has permission to edit.
getServices(String) - Method in interface io.apiman.manager.api.rest.contract.IUserResource
This endpoint returns all services that the user has permission to edit.
getServiceVersion(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get detailed information about a single version of a Service.
getServiceVersionActivity(String, String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get audit activity information for a single version of the Service.
getServiceVersionContracts(String, String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get a list of all Contracts created with this Service.
getServiceVersionEndpointInfo(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get information about the Managed Service's gateway endpoint.
getServiceVersionPlans(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to list the Plans configured for the given Service version.
getStatus() - Method in interface io.apiman.manager.api.rest.contract.ISystemResource
This endpoint simply returns the status of the apiman system.
grant(String, GrantRolesBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Grant membership in a role to a user.

H

HTTP_STATUS_CODE_ALREADY_EXISTS - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
HTTP_STATUS_CODE_FORBIDDEN - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
HTTP_STATUS_CODE_INVALID_INPUT - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
HTTP_STATUS_CODE_INVALID_STATE - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
HTTP_STATUS_CODE_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
HTTP_STATUS_CODE_SYSTEM_ERROR - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 

I

IActionResource - Interface in io.apiman.manager.api.rest.contract
The Action API.
ICurrentUserResource - Interface in io.apiman.manager.api.rest.contract
The Current User API.
IGatewayResource - Interface in io.apiman.manager.api.rest.contract
The Gateway API.
InvalidApplicationStatusException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when the user attempts some action on the application when it is not in an appropriate state/status.
InvalidApplicationStatusException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.InvalidApplicationStatusException
Constructor.
InvalidSearchCriteriaException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when the search criteria is not valid (when invoking any of the various search methods).
InvalidSearchCriteriaException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.InvalidSearchCriteriaException
Constructor.
InvalidServiceStatusException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when the user attempts some action on the service when it is not in an appropriate state/status.
InvalidServiceStatusException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.InvalidServiceStatusException
Constructor.
io.apiman.manager.api.rest.contract - package io.apiman.manager.api.rest.contract
 
io.apiman.manager.api.rest.contract.exceptions - package io.apiman.manager.api.rest.contract.exceptions
 
IOrganizationResource - Interface in io.apiman.manager.api.rest.contract
The Organization API.
IPermissionsResource - Interface in io.apiman.manager.api.rest.contract
The Permissions API.
IPluginResource - Interface in io.apiman.manager.api.rest.contract
The Plugin API.
IPolicyDefinitionResource - Interface in io.apiman.manager.api.rest.contract
The Policy Definition API.
IRoleResource - Interface in io.apiman.manager.api.rest.contract
The Role API.
ISearchResource - Interface in io.apiman.manager.api.rest.contract
The Search API.
ISystemResource - Interface in io.apiman.manager.api.rest.contract
A simple System API.
IUserResource - Interface in io.apiman.manager.api.rest.contract
The User API.

L

list() - Method in interface io.apiman.manager.api.rest.contract.IGatewayResource
This endpoint returns a list of all the Gateways that have been configured.
list() - Method in interface io.apiman.manager.api.rest.contract.IPluginResource
This endpoint returns a list of all plugins that have been added to the system.
list() - Method in interface io.apiman.manager.api.rest.contract.IPolicyDefinitionResource
This endpoint returns a list of all policy definitions that have been added to apiman.
list() - Method in interface io.apiman.manager.api.rest.contract.IRoleResource
This endpoint lists all of the roles currently defined in apiman.
listAppPolicies(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to list all of the Policies configured for the Application.
listApps(String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get a list of all Applications in the Organization.
listAppVersions(String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to list all of the versions of an Application.
listMembers(String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Lists all members of the organization.
listPlanPolicies(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to list all of the Policies configured for the Plan.
listPlans(String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get a list of all Plans in the Organization.
listPlanVersions(String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to list all of the versions of a Plan.
listServicePolicies(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to list all of the Policies configured for the Service.
listServices(String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to get a list of all Services in the Organization.
listServiceVersions(String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to list all of the versions of a Service.

M

MEMBER_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
MEMBER_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
MemberNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get a member of an organization.
MemberNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.MemberNotFoundException
Constructor.
MemberNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.MemberNotFoundException
Constructor.

N

NotAuthorizedException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when the user attempts to do or see something that they are not authorized (do not have permission) to.
NotAuthorizedException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.NotAuthorizedException
Constructor.

O

ORG_ALREADY_EXISTS - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
ORG_ALREADY_EXISTS_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
ORG_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
ORG_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
OrganizationAlreadyExistsException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to create an Organization that already exists.
OrganizationAlreadyExistsException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.OrganizationAlreadyExistsException
Constructor.
OrganizationAlreadyExistsException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.OrganizationAlreadyExistsException
Constructor.
OrganizationNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get, update, or delete an organization that does not exist.
OrganizationNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.OrganizationNotFoundException
Constructor.
OrganizationNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.OrganizationNotFoundException
Constructor.

P

performAction(ActionBean) - Method in interface io.apiman.manager.api.rest.contract.IActionResource
Call this endpoint in order to execute actions for apiman entities such as Plans, Services, or Applications.
PLAN_ALREADY_EXISTS - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
PLAN_ALREADY_EXISTS_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
PLAN_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
PLAN_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
PLAN_VERSION_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
PLAN_VERSION_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
PlanAlreadyExistsException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to create an Plan that already exists.
PlanAlreadyExistsException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PlanAlreadyExistsException
Constructor.
PlanAlreadyExistsException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PlanAlreadyExistsException
Constructor.
PlanNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get, update, or delete a plan that does not exist.
PlanNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PlanNotFoundException
Constructor.
PlanNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PlanNotFoundException
Constructor.
PlanVersionNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get, update, or delete a plan version that does not exist.
PlanVersionNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PlanVersionNotFoundException
Constructor.
PlanVersionNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PlanVersionNotFoundException
Constructor.
PLUGIN_ALREADY_EXISTS - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
PLUGIN_ALREADY_EXISTS_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
PLUGIN_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
PLUGIN_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
PLUGIN_RESOURCE_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
PLUGIN_RESOURCE_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
PluginAlreadyExistsException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to create a Gateway that already exists.
PluginAlreadyExistsException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PluginAlreadyExistsException
Constructor.
PluginAlreadyExistsException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PluginAlreadyExistsException
Constructor.
PluginNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get, update, or delete a plugin that does not exist.
PluginNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PluginNotFoundException
Constructor.
PluginNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PluginNotFoundException
Constructor.
PluginNotFoundException(Throwable) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PluginNotFoundException
Constructor.
PluginNotFoundException(String, Throwable) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PluginNotFoundException
Constructor.
PluginResourceNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get a resource from a plugin.
PluginResourceNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PluginResourceNotFoundException
Constructor.
PluginResourceNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PluginResourceNotFoundException
Constructor.
POLICY_DEF_ALREADY_EXISTS - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
POLICY_DEF_ALREADY_EXISTS_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
POLICY_DEF_INVALID - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
POLICY_DEF_INVALID_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
POLICY_DEF_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
POLICY_DEF_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
POLICY_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
POLICY_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
PolicyDefinitionAlreadyExistsException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to create a Policy Definition that already exists.
PolicyDefinitionAlreadyExistsException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PolicyDefinitionAlreadyExistsException
Constructor.
PolicyDefinitionAlreadyExistsException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PolicyDefinitionAlreadyExistsException
Constructor.
PolicyDefinitionInvalidException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to add a policy definition that is found to be invalid in some way.
PolicyDefinitionInvalidException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PolicyDefinitionInvalidException
Constructor.
PolicyDefinitionNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get, update, or delete a policy definition that does not exist.
PolicyDefinitionNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PolicyDefinitionNotFoundException
Constructor.
PolicyDefinitionNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PolicyDefinitionNotFoundException
Constructor.
PolicyNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get, update, or delete a policy that does not exist.
PolicyNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PolicyNotFoundException
Constructor.
PolicyNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.PolicyNotFoundException
Constructor.

R

reorderApplicationPolicies(String, String, String, PolicyChainBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to change the order of Policies for an Application.
reorderPlanPolicies(String, String, String, PolicyChainBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to change the order of Policies for a Plan.
reorderServicePolicies(String, String, String, PolicyChainBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to change the order of Policies for a Service.
revoke(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Revoke membership in a role.
revokeAll(String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Revoke all of a user's role memberships from the org.
ROLE_ALREADY_EXISTS - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
ROLE_ALREADY_EXISTS_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
ROLE_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
ROLE_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
RoleAlreadyExistsException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to create a Role that already exists.
RoleAlreadyExistsException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.RoleAlreadyExistsException
Constructor.
RoleAlreadyExistsException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.RoleAlreadyExistsException
Constructor.
RoleNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when a request is sent for a role that does not exist.
RoleNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.RoleNotFoundException
Constructor.
RoleNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.RoleNotFoundException
Constructor.

S

search(SearchCriteriaBean) - Method in interface io.apiman.manager.api.rest.contract.IRoleResource
This endpoint provides a way to search for roles.
search(SearchCriteriaBean) - Method in interface io.apiman.manager.api.rest.contract.IUserResource
Use this endpoint to search for users.
SEARCH_CRITERIA_INVALID - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
SEARCH_CRITERIA_INVALID_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
searchApps(SearchCriteriaBean) - Method in interface io.apiman.manager.api.rest.contract.ISearchResource
Use this endpoint to search for applications.
searchOrgs(SearchCriteriaBean) - Method in interface io.apiman.manager.api.rest.contract.ISearchResource
Use this endpoint to search for organizations.
searchServices(SearchCriteriaBean) - Method in interface io.apiman.manager.api.rest.contract.ISearchResource
Use this endpoint to search for services.
SERVICE_ALREADY_EXISTS - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
SERVICE_ALREADY_EXISTS_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
SERVICE_DEFINITION_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
SERVICE_DEFINITION_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
SERVICE_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
SERVICE_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
SERVICE_STATUS_ERROR - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
SERVICE_STATUS_ERROR_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
SERVICE_VERSION_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
SERVICE_VERSION_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
ServiceAlreadyExistsException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to create an Service that already exists.
ServiceAlreadyExistsException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ServiceAlreadyExistsException
Constructor.
ServiceAlreadyExistsException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ServiceAlreadyExistsException
Constructor.
ServiceDefinitionNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get, update, or delete a service version that does not exist.
ServiceDefinitionNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ServiceDefinitionNotFoundException
Constructor.
ServiceDefinitionNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ServiceDefinitionNotFoundException
Constructor.
ServiceNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get, update, or delete an service that does not exist.
ServiceNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ServiceNotFoundException
Constructor.
ServiceNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ServiceNotFoundException
Constructor.
ServiceVersionNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when trying to get, update, or delete a service version that does not exist.
ServiceVersionNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ServiceVersionNotFoundException
Constructor.
ServiceVersionNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.ServiceVersionNotFoundException
Constructor.
setServerStack(String) - Method in exception io.apiman.manager.api.rest.contract.exceptions.AbstractRestException
 
SystemErrorException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when something unexpected happens.
SystemErrorException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.SystemErrorException
Constructor.
SystemErrorException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.SystemErrorException
Constructor.
SystemErrorException(Throwable) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.SystemErrorException
Constructor.

T

test(NewGatewayBean) - Method in interface io.apiman.manager.api.rest.contract.IGatewayResource
This endpoint is used to test the Gateway's settings prior to either creating or updating it.

U

update(String, UpdateGatewayBean) - Method in interface io.apiman.manager.api.rest.contract.IGatewayResource
Use this endpoint to update an existing Gateway.
update(String, UpdateOrganizationBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Updates meta-information about a single Organization.
update(String, UpdatePolicyDefinitionBean) - Method in interface io.apiman.manager.api.rest.contract.IPolicyDefinitionResource
Update the meta information about a policy definition.
update(String, UpdateRoleBean) - Method in interface io.apiman.manager.api.rest.contract.IRoleResource
Use this endpoint to update the information about an existing role.
update(String, UpdateUserBean) - Method in interface io.apiman.manager.api.rest.contract.IUserResource
Use this endpoint to update the information about a user.
updateApp(String, String, UpdateApplicationBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to update information about an Application.
updateAppPolicy(String, String, String, long, UpdatePolicyBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to update the meta-data or configuration of a single Application Policy.
updateInfo(UpdateUserBean) - Method in interface io.apiman.manager.api.rest.contract.ICurrentUserResource
This endpoint allows updating information about the authenticated user.
updatePlan(String, String, UpdatePlanBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to update information about a Plan.
updatePlanPolicy(String, String, String, long, UpdatePolicyBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to update the meta-data or configuration of a single Plan Policy.
updateService(String, String, UpdateServiceBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to update information about a Service.
updateServiceDefinition(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to update the Service's definition document.
updateServicePolicy(String, String, String, long, UpdatePolicyBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to update the meta-data or configuration of a single Service Policy.
updateServiceVersion(String, String, String, UpdateServiceVersionBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Use this endpoint to update information about a single version of a Service.
USER_NOT_FOUND - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
USER_NOT_FOUND_INFO - Static variable in class io.apiman.manager.api.rest.contract.exceptions.ErrorCodes
 
UserNotFoundException - Exception in io.apiman.manager.api.rest.contract.exceptions
Thrown when a request is sent for a user who does not exist.
UserNotFoundException() - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.UserNotFoundException
Constructor.
UserNotFoundException(String) - Constructor for exception io.apiman.manager.api.rest.contract.exceptions.UserNotFoundException
Constructor.
A C D E G H I L M N O P R S T U 

Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.