| Package | Description |
|---|---|
| org.jboss.as.console.client.administration.role.model | |
| org.jboss.as.console.client.administration.role.ui |
| Modifier and Type | Method and Description |
|---|---|
Role.Type |
Role.getType() |
static Role.Type |
Role.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role.Type[] |
Role.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Role.setType(Role.Type type) |
| Constructor and Description |
|---|
Role(String id,
String name,
StandardRole baseRole,
Role.Type type,
Collection<String> scope) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Role.Type,String> |
UIHelper.enumFormItemsForScopedRoleTyp() |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.