| Modifier and Type | Method and Description |
|---|---|
void |
RoleAssignmentPresenter.addScopedRole(Role role) |
void |
RoleAssignmentPresenter.modifyIncludeAll(Role role) |
void |
RoleAssignmentPresenter.removeScopedRole(Role role) |
void |
RoleAssignmentPresenter.saveScopedRole(Role role) |
void |
RoleAssignmentPresenter.showMembers(Role role) |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
RolesFormItem.getValue() |
Map<IncludeExcludeFormItem.Type,Set<Role>> |
IncludeExcludeFormItem.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
RolesFormItem.setValue(List<Role> value) |
void |
IncludeExcludeFormItem.setValue(Map<IncludeExcludeFormItem.Type,Set<Role>> value) |
boolean |
RolesFormItem.validate(List<Role> value) |
boolean |
IncludeExcludeFormItem.validate(Map<IncludeExcludeFormItem.Type,Set<Role>> value) |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleAssignment.Internal.getRole() |
Role |
Roles.getRole(String id) |
| Modifier and Type | Method and Description |
|---|---|
Set<Role> |
RoleAssignment.getExcludes() |
List<Role> |
Roles.getRoles() |
Set<Role> |
RoleAssignment.getRoles() |
List<Role> |
Roles.getScopedRoles() |
List<Role> |
Roles.getStandardRoles() |
Iterator<Role> |
Roles.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Roles.add(Role role) |
void |
RoleAssignment.addExclude(Role exclude) |
void |
RoleAssignment.addRole(Role role) |
int |
RoleComparator.compare(Role left,
Role right) |
Object |
Role.Key.getKey(Role item) |
static ModelNode |
ModelHelper.includeExclude(Role role,
Principal principal,
String includeExclude) |
static ModelNode |
ModelHelper.roleMapping(Role role) |
static ModelNode |
ModelHelper.scopedRole(Role scopedRole) |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleAssignment.addExcludes(Collection<Role> excludes) |
void |
RoleAssignment.addRoles(Collection<Role> roles) |
| Constructor and Description |
|---|
RoleAssignment.Internal(Role role) |
| Constructor and Description |
|---|
ModifyRoleOp(DispatchAsync dispatcher,
Role role,
ManagementOperation.Operation op) |
PrincipalFunctions.Add(DispatchAsync dispatcher,
Role role,
Principal principal,
String realm,
String includeExclude) |
PrincipalFunctions.Check(DispatchAsync dispatcher,
Role role,
Principal principal,
String realm,
String includeExclude) |
PrincipalFunctions.Remove(DispatchAsync dispatcher,
Role role,
Principal principal,
String includeExclude) |
RoleAssignmentFunctions.IncludeAll(DispatchAsync dispatcher,
Role role) |
ScopedRoleFunctions.Modify(DispatchAsync dispatcher,
Role role) |
ScopedRoleFunctions.Remove(DispatchAsync dispatcher,
Role role) |
ShowMembersOperation(DispatchAsync dispatcher,
Role role,
Principals principals) |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleTable.getSelectedRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopedRoleDetails.update(List<Role> scopedRoles,
List<String> hosts,
List<String> serverGroups,
Role selectedRole) |
void |
StandardRoleDetails.update(Role selectedRole) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ScopedRoleTable.additionalColumns(com.google.gwt.user.cellview.client.CellTable<Role> table) |
protected void |
RoleTable.additionalColumns(com.google.gwt.user.cellview.client.CellTable<Role> table) |
void |
RoleTable.update(List<Role> roles) |
void |
ScopedRoleDetails.update(List<Role> scopedRoles,
List<String> hosts,
List<String> serverGroups,
Role selectedRole) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.