| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<SecuritySetting> |
Server.ServerResources.securitySettings()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.securitySetting(SecuritySetting value)
Add the org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.securitySettings(List<SecuritySetting> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.SecuritySetting objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecuritySetting<T extends SecuritySetting>
A security setting allows sets of permissions to be defined against queues based on their address.
|
interface |
SecuritySettingConfigurator<T extends SecuritySetting> |
| Modifier and Type | Method and Description |
|---|---|
SecuritySetting |
SecuritySetting.role(Role value)
Add the org.wildfly.swarm.config.messaging_activemq.server.Role object to the list of subresources
|
SecuritySetting |
SecuritySetting.role(String childKey)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.Role object to the list of subresources
|
SecuritySetting |
SecuritySetting.role(String childKey,
RoleConfigurator config)
Create and configure a org.wildfly.swarm.config.messaging_activemq.server.Role object to the list of subresources
|
SecuritySetting |
SecuritySetting.roles(List<Role> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.Role objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.