A C D E G H I L M N O P R S 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
 
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(GatewayBean) - Method in interface io.apiman.manager.api.rest.contract.IGatewayResource
 
create(OrganizationBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
create(PolicyDefinitionBean) - Method in interface io.apiman.manager.api.rest.contract.IPolicyDefinitionResource
 
create(RoleBean) - Method in interface io.apiman.manager.api.rest.contract.IRoleResource
 
createApp(String, ApplicationBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
createAppPolicy(String, String, String, PolicyBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
createAppVersion(String, String, ApplicationVersionBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
createContract(String, String, String, NewContractBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
createPlan(String, PlanBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
createPlanPolicy(String, String, String, PolicyBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
createPlanVersion(String, String, PlanVersionBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
createService(String, ServiceBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
createServicePolicy(String, String, String, PolicyBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
createServiceVersion(String, String, ServiceVersionBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 

D

delete(String) - Method in interface io.apiman.manager.api.rest.contract.IGatewayResource
 
delete(String) - Method in interface io.apiman.manager.api.rest.contract.IPolicyDefinitionResource
 
delete(String) - Method in interface io.apiman.manager.api.rest.contract.IRoleResource
 
deleteAppPolicy(String, String, String, long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
deleteContract(String, String, String, Long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
deletePlanPolicy(String, String, String, long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
deleteServicePolicy(String, String, String, long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 

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
 
get(String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
get(String) - Method in interface io.apiman.manager.api.rest.contract.IPolicyDefinitionResource
 
get(String) - Method in interface io.apiman.manager.api.rest.contract.IRoleResource
 
get(String) - Method in interface io.apiman.manager.api.rest.contract.IUserResource
 
getActivity(String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IUserResource
 
getApiRegistry(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getApp(String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getAppActivity(String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getApplications() - Method in interface io.apiman.manager.api.rest.contract.ICurrentUserResource
 
getApplications(String) - Method in interface io.apiman.manager.api.rest.contract.IUserResource
 
getApplicationVersionContracts(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getAppOrganizations() - Method in interface io.apiman.manager.api.rest.contract.ICurrentUserResource
 
getAppPolicy(String, String, String, long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getAppVersion(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getAppVersionActivity(String, String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getContract(String, String, String, Long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
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.PolicyDefinitionAlreadyExistsException
 
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.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
 
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.PolicyDefinitionAlreadyExistsException
 
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.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
 
getPermissionsForCurrentUser() - Method in interface io.apiman.manager.api.rest.contract.IPermissionsResource
 
getPermissionsForUser(String) - Method in interface io.apiman.manager.api.rest.contract.IPermissionsResource
 
getPlan(String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getPlanActivity(String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getPlanOrganizations() - Method in interface io.apiman.manager.api.rest.contract.ICurrentUserResource
 
getPlanPolicy(String, String, String, long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getPlanVersion(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getPlanVersionActivity(String, String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
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
 
getServiceActivity(String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getServiceOrganizations() - Method in interface io.apiman.manager.api.rest.contract.ICurrentUserResource
 
getServicePolicy(String, String, String, long) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getServicePolicyChain(String, String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getServices() - Method in interface io.apiman.manager.api.rest.contract.ICurrentUserResource
 
getServices(String) - Method in interface io.apiman.manager.api.rest.contract.IUserResource
 
getServiceVersion(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getServiceVersionActivity(String, String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getServiceVersionContracts(String, String, String, int, int) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getServiceVersionPlans(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
getStatus() - Method in interface io.apiman.manager.api.rest.contract.ISystemResource
 
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.
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
 
list() - Method in interface io.apiman.manager.api.rest.contract.IPolicyDefinitionResource
 
list() - Method in interface io.apiman.manager.api.rest.contract.IRoleResource
 
listAppPolicies(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
listApps(String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
listAppVersions(String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
listMembers(String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
Lists all members of the organizations.
listPlanPolicies(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
listPlans(String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
listPlanVersions(String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
listServicePolicies(String, String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
listServices(String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
listServiceVersions(String, String) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 

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
 
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 an 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.
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_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.
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
 
reorderPlanPolicies(String, String, String, PolicyChainBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
reorderServicePolicies(String, String, String, PolicyChainBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
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
 
search(SearchCriteriaBean) - Method in interface io.apiman.manager.api.rest.contract.IUserResource
 
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
 
searchOrgs(SearchCriteriaBean) - Method in interface io.apiman.manager.api.rest.contract.ISearchResource
 
searchServices(SearchCriteriaBean) - Method in interface io.apiman.manager.api.rest.contract.ISearchResource
 
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_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.
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.

U

update(String, GatewayBean) - Method in interface io.apiman.manager.api.rest.contract.IGatewayResource
 
update(String, OrganizationBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
update(String, PolicyDefinitionBean) - Method in interface io.apiman.manager.api.rest.contract.IPolicyDefinitionResource
 
update(String, RoleBean) - Method in interface io.apiman.manager.api.rest.contract.IRoleResource
 
update(String, UserBean) - Method in interface io.apiman.manager.api.rest.contract.IUserResource
 
updateApp(String, String, ApplicationBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
updateAppPolicy(String, String, String, long, PolicyBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
updateAppVersion(String, String, String, ApplicationVersionBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
updateInfo(UserBean) - Method in interface io.apiman.manager.api.rest.contract.ICurrentUserResource
 
updatePlan(String, String, PlanBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
updatePlanPolicy(String, String, String, long, PolicyBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
updatePlanVersion(String, String, String, PlanVersionBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
updateService(String, String, ServiceBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
updateServicePolicy(String, String, String, long, PolicyBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
updateServiceVersion(String, String, String, ServiceVersionBean) - Method in interface io.apiman.manager.api.rest.contract.IOrganizationResource
 
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 U 

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