| Package | Description |
|---|---|
| io.apiman.manager.api.beans.idm |
| Modifier and Type | Method and Description |
|---|---|
PermissionType |
PermissionBean.getName() |
static PermissionType |
PermissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionType[] |
PermissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PermissionType> |
RoleBean.getPermissions() |
Set<PermissionType> |
NewRoleBean.getPermissions() |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionBean.setName(PermissionType name) |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleBean.setPermissions(Set<PermissionType> permissions) |
void |
NewRoleBean.setPermissions(Set<PermissionType> permissions) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.