| Package | Description |
|---|---|
| io.apiman.manager.api.rest.contract |
| Modifier and Type | Method and Description |
|---|---|
void |
IRoleResource.delete(String roleId)
Use this endpoint to delete a role by its ID.
|
io.apiman.manager.api.beans.idm.RoleBean |
IRoleResource.get(String roleId)
Use this endpoint to retrieve information about a single Role by its
ID.
|
void |
IOrganizationResource.grant(String organizationId,
io.apiman.manager.api.beans.idm.GrantRolesBean bean)
Grant membership in a role to a user.
|
void |
IOrganizationResource.revoke(String organizationId,
String roleId,
String userId)
Revoke membership in a role.
|
void |
IOrganizationResource.revokeAll(String organizationId,
String userId)
Revoke all of a user's role memberships from the org.
|
void |
IRoleResource.update(String roleId,
io.apiman.manager.api.beans.idm.UpdateRoleBean bean)
Use this endpoint to update the information about an existing role.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.