@Public
@Stable
public abstract class QueueUserACLInfo
extends java.lang.Object
QueueUserACLInfo provides information QueueACL for
the given user.
| Constructor | Description |
|---|---|
QueueUserACLInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.lang.String |
getQueueName() |
Get the queue name of the queue.
|
abstract java.util.List<QueueACL> |
getUserAcls() |
Get the list of
QueueACL for the given user. |
static QueueUserACLInfo |
newInstance(java.lang.String queueName,
java.util.List<QueueACL> acls) |
|
abstract void |
setQueueName(java.lang.String queueName) |
|
abstract void |
setUserAcls(java.util.List<QueueACL> acls) |
@Private @Unstable public static QueueUserACLInfo newInstance(java.lang.String queueName, java.util.List<QueueACL> acls)
@Public @Stable public abstract java.lang.String getQueueName()
@Private @Unstable public abstract void setQueueName(java.lang.String queueName)
@Public @Stable public abstract java.util.List<QueueACL> getUserAcls()
QueueACL for the given user.QueueACL for the given user@Private @Unstable public abstract void setUserAcls(java.util.List<QueueACL> acls)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.