| Modifier and Type | Method and Description |
|---|---|
void |
RoleAssignmentPresenter.launchAddRoleAssignmentWizard(Principal.Type type) |
| Constructor and Description |
|---|
PrincipalFormItem(Principal.Type type,
String name,
String title) |
| Modifier and Type | Method and Description |
|---|---|
Principal.Type |
Principal.getType() |
static Principal.Type |
Principal.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Principal.Type[] |
Principal.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<RoleAssignment> |
RoleAssignments.get(Principal.Type type) |
Set<Principal> |
Principals.get(Principal.Type type) |
Principal |
Principals.lookup(Principal.Type type,
String id) |
| Constructor and Description |
|---|
Principal(String id,
String name,
Principal.Type type) |
| Constructor and Description |
|---|
AddRoleAssignmentWizard(RoleAssignmentPresenter presenter,
Principal.Type type,
Principals principals,
Roles roles) |
RoleAssignmentDetails(RoleAssignmentPresenter presenter,
Principal.Type type) |
RoleAssignmentEditor(RoleAssignmentPresenter presenter,
Principal.Type type) |
RoleAssignmentTable(Principal.Type type) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.