| Package | Description |
|---|---|
| io.apiman.manager.api.rest.contract |
| Modifier and Type | Method and Description |
|---|---|
io.apiman.manager.api.beans.idm.UserBean |
IUserResource.get(String userId)
Use this endpoint to get information about a specific user by the User ID.
|
io.apiman.manager.api.beans.idm.UserPermissionsBean |
IPermissionsResource.getPermissionsForCurrentUser()
This endpoint returns all of the permissions assigned to the currently
authenticated user.
|
io.apiman.manager.api.beans.idm.UserPermissionsBean |
IPermissionsResource.getPermissionsForUser(String userId)
This endpoint returns all of the permissions assigned to a specific user.
|
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 |
IUserResource.update(String userId,
io.apiman.manager.api.beans.idm.UpdateUserBean user)
Use this endpoint to update the information about a user.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.