An ACLEntry represents the set of permissions that a Principal (User or Group) has on a Destination (Topic or Queue).
More...
An ACLEntry represents the set of permissions that a Principal (User or Group) has on a Destination (Topic or Queue).
Constructor used to create ACLEntries that will be passed to Admin.grant() and Admin.revoke() methods.
- Parameters
-
destination | the destination the permissions apply to. |
principal | the principal that has the permissions. |
permissions | the permissions for this entry. |
override string TIBCO.EMS.ADMIN.ACLEntry.ToString |
( |
| ) |
|
|
inline |
Generate a string representation of this ACLEntry.
- Returns
- a string representation of this ACLEntry.
Get or set the permissions for this entry.
- Returns
- the permissions for this entry.
Set the principal that this entry applies to.