- 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.
- 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.
- 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.
- 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.
- 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.