- actionException(String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an action exception.
- actionException(String, Exception) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an action exception.
- ActionResourceImpl - Class in io.apiman.manager.api.rest.impl
-
Implementation of the Action API.
- ActionResourceImpl() - Constructor for class io.apiman.manager.api.rest.impl.ActionResourceImpl
-
Constructor.
- activity(String, int, int) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
- apiAlreadyExistsException(String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an API name.
- apiCreated(ApiBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'API created' event.
- apiDefinitionDeleted(ApiVersionBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry when a API definition is deleted.
- apiDefinitionNotFoundException(String, String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an API id and version.
- apiDefinitionUpdated(ApiVersionBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry when a API definition is updated.
- ApiManagerApplication - Class in io.apiman.manager.api.rest.impl
-
The jax-rs application for the API Manager rest api.
- ApiManagerApplication() - Constructor for class io.apiman.manager.api.rest.impl.ApiManagerApplication
-
Constructor.
- apiNotFoundException(String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an API id.
- apiPublished(ApiVersionBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'API published' event.
- apiRetired(ApiVersionBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'API retired' event.
- apiUpdated(ApiBean, EntityUpdatedData, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'API updated' event.
- apiVersionAlreadyExistsException(String, String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an API name.
- apiVersionCreated(ApiVersionBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'API version created' event.
- apiVersionNotFoundException(String, String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an API id and version.
- apiVersionUpdated(ApiVersionBean, EntityUpdatedData, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'API version updated' event.
- asString_ApiGatewayBeans(Set<ApiGatewayBean>) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Converts the list of gateways to a string for display/comparison.
- asString_ApiPlanBeans(Set<ApiPlanBean>) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Converts the list of plans to a string for display/comparison.
- AuditUtils - Class in io.apiman.manager.api.rest.impl.audit
-
Contains a number of methods useful to create and manage audit entries for
actions taken by users in the management layer REST API.
- clientAlreadyExistsException(String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an client name.
- clientCreated(ClientBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'client created' event.
- clientNotFoundException(String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an client id.
- clientRegistered(ClientVersionBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'client registered' event.
- clientUnregistered(ClientVersionBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'client unregistered' event.
- clientUpdated(ClientBean, EntityUpdatedData, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'client updated' event.
- clientVersionAlreadyExistsException(String, String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an client name.
- clientVersionCreated(ClientVersionBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'client version created' event.
- clientVersionNotFoundException(String, String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an client id and version.
- clientVersionUpdated(ClientVersionBean, EntityUpdatedData, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'client version updated' event.
- contractAlreadyExistsException() - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception.
- contractBrokenFromClient(ContractBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'contract broken' event.
- contractBrokenToApi(ContractBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'contract broken' event.
- contractCreatedFromClient(ContractBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'contract created' event.
- contractCreatedToApi(ContractBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'contract created' event.
- contractNotFoundException(Long) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an contract id.
- create(NewGatewayBean) - Method in class io.apiman.manager.api.rest.impl.GatewayResourceImpl
-
- create(NewOrganizationBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
- create(NewPluginBean) - Method in class io.apiman.manager.api.rest.impl.PluginResourceImpl
-
- create(PolicyDefinitionBean) - Method in class io.apiman.manager.api.rest.impl.PolicyDefinitionResourceImpl
-
- create(NewRoleBean) - Method in class io.apiman.manager.api.rest.impl.RoleResourceImpl
-
- createApi(String, NewApiBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
- createApiPolicy(String, String, String, NewPolicyBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
- createApiVersion(String, String, NewApiVersionBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
- createApiVersionInternal(NewApiVersionBean, ApiBean, GatewaySummaryBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
Creates an API version.
- createClient(String, NewClientBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
- createClientPolicy(String, String, String, NewPolicyBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
- createClientVersion(String, String, NewClientVersionBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
- createClientVersionInternal(NewClientVersionBean, ClientBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
Creates a new client version.
- createContract(String, String, String, NewContractBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
- createContractInternal(String, String, String, NewContractBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
Creates a contract.
- createPlan(String, NewPlanBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
- createPlanPolicy(String, String, String, NewPolicyBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
- createPlanVersion(String, String, NewPlanVersionBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
- createPlanVersionInternal(NewPlanVersionBean, PlanBean) - Method in class io.apiman.manager.api.rest.impl.OrganizationResourceImpl
-
Creates a plan version.
- CurrentUserResourceImpl - Class in io.apiman.manager.api.rest.impl
-
Implementation of the Current User API.
- CurrentUserResourceImpl() - Constructor for class io.apiman.manager.api.rest.impl.CurrentUserResourceImpl
-
Constructor.
- performAction(ActionBean) - Method in class io.apiman.manager.api.rest.impl.ActionResourceImpl
-
- PermissionsResourceImpl - Class in io.apiman.manager.api.rest.impl
-
Implementation of the Permissions API.
- PermissionsResourceImpl() - Constructor for class io.apiman.manager.api.rest.impl.PermissionsResourceImpl
-
Constructor.
- planAlreadyExistsException(String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an plan name.
- planCreated(PlanBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'plan created' event.
- planLocked(PlanVersionBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'plan locked' event.
- planNotFoundException(String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an plan id.
- planUpdated(PlanBean, EntityUpdatedData, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'plan updated' event.
- planVersionAlreadyExistsException(String, String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an plan name.
- planVersionCreated(PlanVersionBean, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'plan version created' event.
- planVersionNotFoundException(String, String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an plan id and version.
- planVersionUpdated(PlanVersionBean, EntityUpdatedData, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'plan version updated' event.
- pluginAlreadyExistsException() - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an plugin name.
- pluginNotFoundException(Long) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an plugin id.
- PluginResourceImpl - Class in io.apiman.manager.api.rest.impl
-
Implementation of the Plugin API.
- PluginResourceImpl() - Constructor for class io.apiman.manager.api.rest.impl.PluginResourceImpl
-
Constructor.
- pluginResourceNotFoundException(String, PluginCoordinates) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception.
- policiesReordered(ApiVersionBean, PolicyType, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Called when the user reorders the policies in a API.
- policiesReordered(ClientVersionBean, PolicyType, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Called when the user reorders the policies in an client.
- policiesReordered(PlanVersionBean, PolicyType, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Called when the user reorders the policies in a plan.
- policyAdded(PolicyBean, PolicyType, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'policy added' event.
- policyDefAlreadyExistsException(String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an policyDef name.
- PolicyDefinitionResourceImpl - Class in io.apiman.manager.api.rest.impl
-
Implementation of the PolicyDefinition API.
- PolicyDefinitionResourceImpl() - Constructor for class io.apiman.manager.api.rest.impl.PolicyDefinitionResourceImpl
-
Constructor.
- policyDefInvalidException(String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception.
- policyDefNotFoundException(String) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from an policyDef id.
- policyNotFoundException(long) - Static method in class io.apiman.manager.api.rest.impl.util.ExceptionFactory
-
Creates an exception from a policy id.
- policyRemoved(PolicyBean, PolicyType, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'policy removed' event.
- policyUpdated(PolicyBean, PolicyType, ISecurityContext) - Static method in class io.apiman.manager.api.rest.impl.audit.AuditUtils
-
Creates an audit entry for the 'policy updated' event.
- postConstruct() - Method in class io.apiman.manager.api.rest.impl.ApiManagerApplication
-