| Package | Description |
|---|---|
| io.apiman.manager.api.rest.contract |
| Modifier and Type | Method and Description |
|---|---|
io.apiman.manager.api.beans.plugins.PluginBean |
IPluginResource.create(io.apiman.manager.api.beans.plugins.NewPluginBean bean)
Use this endpoint to add a plugin to apiman.
|
void |
IPluginResource.delete(Long pluginId)
Call this endpoint to delete a plugin.
|
io.apiman.manager.api.beans.plugins.PluginBean |
IPluginResource.get(Long pluginId)
This endpoint can be used to access the full information about an apiman
plugin.
|
List<io.apiman.manager.api.beans.summary.PolicyDefinitionSummaryBean> |
IPluginResource.getPolicyDefs(Long pluginId)
Use this endpoint to get a list of all policy definitions contributed by the plugin.
|
String |
IPluginResource.getPolicyForm(Long pluginId,
String policyDefId)
Use this endpoint to retrieve the form associated with a particular policy
definition.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.