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