| Modifier and Type | Method and Description |
|---|---|
void |
RoleAssignmentPresenter.addRoleAssignment(RoleAssignment assignment) |
void |
RoleAssignmentPresenter.removeRoleAssignment(RoleAssignment assignment) |
void |
RoleAssignmentPresenter.saveRoleAssignment(RoleAssignment assignment,
RoleAssignment oldValue) |
| Modifier and Type | Method and Description |
|---|---|
Set<RoleAssignment> |
RoleAssignments.get(Principal.Type type) |
Set<RoleAssignment> |
RoleAssignments.getGroupAssignments() |
Set<RoleAssignment> |
RoleAssignments.getUserAssignments() |
Iterator<RoleAssignment> |
RoleAssignments.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
RoleAssignment.Key.getKey(RoleAssignment roleAssignment) |
| Constructor and Description |
|---|
ModifyRoleAssignmentOp(DispatchAsync dispatcher,
RoleAssignment assignment,
ManagementOperation.Operation operation) |
ModifyRoleAssignmentOp(DispatchAsync dispatcher,
RoleAssignment assignment,
RoleAssignment oldValue,
ManagementOperation.Operation operation) |
RoleAssignmentFunctions.Remove(DispatchAsync dispatcher,
RoleAssignment assignment) |
| Modifier and Type | Method and Description |
|---|---|
RoleAssignment |
RoleAssignmentTable.getSelectedAssignment() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.cell.client.Cell<RoleAssignment> |
UIHelper.newPrincipalCell() |
static com.google.gwt.cell.client.Cell<RoleAssignment> |
UIHelper.newRolesCell() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIHelper.PrincipalCell.render(com.google.gwt.cell.client.Cell.Context context,
RoleAssignment roleAssignment,
com.google.gwt.safehtml.shared.SafeHtmlBuilder builder) |
void |
UIHelper.RolesCell.render(com.google.gwt.cell.client.Cell.Context context,
RoleAssignment roleAssignment,
com.google.gwt.safehtml.shared.SafeHtmlBuilder builder) |
void |
RoleAssignmentDetails.update(RoleAssignments assignments,
Roles roles,
RoleAssignment selectedAssignment) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.