public class Role extends Object
| Modifier and Type | Method and Description |
|---|---|
Boolean |
consume()
his permission allows the user to consume a message from a queue bound to matching addresses.
|
Role |
consume(Boolean value)
his permission allows the user to consume a message from a queue bound to matching addresses.
|
Boolean |
createDurableQueue()
This permission allows the user to create a durable queue.
|
Role |
createDurableQueue(Boolean value)
This permission allows the user to create a durable queue.
|
Boolean |
createNonDurableQueue()
This permission allows the user to create a temporary queue.
|
Role |
createNonDurableQueue(Boolean value)
This permission allows the user to create a temporary queue.
|
Boolean |
deleteDurableQueue()
This permission allows the user to delete a durable queue.
|
Role |
deleteDurableQueue(Boolean value)
This permission allows the user to delete a durable queue.
|
Boolean |
deleteNonDurableQueue()
This permission allows the user to delete a temporary queue.
|
Role |
deleteNonDurableQueue(Boolean value)
This permission allows the user to delete a temporary queue.
|
String |
getKey() |
Boolean |
manage()
This permission allows the user to invoke management operations by sending management messages to the management address.
|
Role |
manage(Boolean value)
This permission allows the user to invoke management operations by sending management messages to the management address.
|
Boolean |
send()
This permission allows the user to send a message to matching addresses.
|
Role |
send(Boolean value)
This permission allows the user to send a message to matching addresses.
|
public Role(String key)
public String getKey()
public Boolean consume()
public Role consume(Boolean value)
public Boolean createDurableQueue()
public Role createDurableQueue(Boolean value)
public Boolean createNonDurableQueue()
public Role createNonDurableQueue(Boolean value)
public Boolean deleteDurableQueue()
public Role deleteDurableQueue(Boolean value)
public Boolean deleteNonDurableQueue()
public Role deleteNonDurableQueue(Boolean value)
public Boolean manage()
public Role manage(Boolean value)
public Boolean send()
Copyright © 2015 JBoss by Red Hat. All rights reserved.