| Package | Description |
|---|---|
| io.apiman.manager.api.core |
| Modifier and Type | Method and Description |
|---|---|
void |
IStorage.createApplication(io.apiman.manager.api.beans.apps.ApplicationBean application) |
void |
IStorage.createApplicationVersion(io.apiman.manager.api.beans.apps.ApplicationVersionBean version) |
void |
IStorage.createContract(io.apiman.manager.api.beans.contracts.ContractBean contract) |
void |
IStorage.createGateway(io.apiman.manager.api.beans.gateways.GatewayBean gateway) |
void |
IIdmStorage.createMembership(io.apiman.manager.api.beans.idm.RoleMembershipBean membership)
Grants membership into a role for a user.
|
void |
IStorage.createOrganization(io.apiman.manager.api.beans.orgs.OrganizationBean organization) |
void |
IStorage.createPlan(io.apiman.manager.api.beans.plans.PlanBean plan) |
void |
IStorage.createPlanVersion(io.apiman.manager.api.beans.plans.PlanVersionBean version) |
void |
IStorage.createPolicy(io.apiman.manager.api.beans.policies.PolicyBean policy) |
void |
IStorage.createPolicyDefinition(io.apiman.manager.api.beans.policies.PolicyDefinitionBean policyDef) |
void |
IStorage.createRole(io.apiman.manager.api.beans.idm.RoleBean role) |
void |
IIdmStorage.createRole(io.apiman.manager.api.beans.idm.RoleBean role)
Creates a new role in the role storage system.
|
void |
IStorage.createService(io.apiman.manager.api.beans.services.ServiceBean service) |
void |
IStorage.createServiceVersion(io.apiman.manager.api.beans.services.ServiceVersionBean version) |
void |
IIdmStorage.createUser(io.apiman.manager.api.beans.idm.UserBean user)
Creates a user in the IDM system.
|
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.