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<T>> |
interface |
RoleSupplier<T extends Role> |
Modifier and Type | Method and Description |
---|---|
Role |
RoleSupplier.get()
Constructed instance of Role resource
|
Role |
CoreAddress.CoreAddressResources.role(String key) |
Role |
SecuritySetting.SecuritySettingResources.role(String key) |
Modifier and Type | Method and Description |
---|---|
List<Role> |
CoreAddress.CoreAddressResources.roles()
Get the list of Role resources
|
List<Role> |
SecuritySetting.SecuritySettingResources.roles()
Get the list of Role resources
|
Modifier and Type | Method and Description |
---|---|
T |
CoreAddress.role(Role value)
Add the Role object to the list of subresources
|
T |
SecuritySetting.role(Role value)
Add the Role object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
CoreAddress.roles(List<Role> value)
Add all Role objects to this subresource
|
T |
SecuritySetting.roles(List<Role> value)
Add all Role objects to this subresource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.