| Package | Description |
|---|---|
| org.jboss.as.console.client.administration.role.form | |
| org.jboss.as.console.client.administration.role.model | |
| org.jboss.as.console.client.rbac |
| Modifier and Type | Method and Description |
|---|---|
StandardRole |
StandardRoleFormItem.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardRoleFormItem.setValue(StandardRole value) |
boolean |
StandardRoleFormItem.validate(StandardRole value) |
| Modifier and Type | Method and Description |
|---|---|
StandardRole |
Role.getBaseRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
Role.setBaseRole(StandardRole baseRole) |
| Constructor and Description |
|---|
Role(StandardRole role) |
Role(String id,
String name,
StandardRole baseRole,
Role.Type type,
Collection<String> scope) |
| Modifier and Type | Method and Description |
|---|---|
static StandardRole |
StandardRole.fromId(String id) |
static StandardRole |
StandardRole.matchId(String id) |
| Modifier and Type | Method and Description |
|---|---|
static SortedMap<String,StandardRole> |
StandardRole.repository() |
static Collection<StandardRole> |
StandardRole.values() |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.