| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Class and Description |
|---|---|
class |
Role<T extends Role<T>>
A security role.
|
interface |
RoleConsumer<T extends Role> |
interface |
RoleSupplier<T extends Role> |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleSupplier.get()
Constructed instance of Role resource
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
SecuritySetting.SecuritySettingResources.roles()
Get the list of Role resources
|
List<Role> |
CoreAddress.CoreAddressResources.roles()
Get the list of Role resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
SecuritySetting.role(Role value)
Add the Role object to the list of subresources
|
T |
CoreAddress.role(Role value)
Add the Role object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
SecuritySetting.roles(List<Role> value)
Add all Role objects to this subresource
|
T |
CoreAddress.roles(List<Role> value)
Add all Role objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.