TIBCO EMS .NET API 10.3
TIBCO EMS .NET API 10.3
|
This class represents a set of administrative permissions for a Principal (user or group). More...
Public Member Functions | |
AdminACLEntry (PrincipalInfo principal, AdminPermissions permissions) | |
Constructor used to create AdminACLEntries that will be passed to Admin.grant() and Admin.revoke() methods. More... | |
override string | ToString () |
Generate a string representation of this AdminACLEntry. More... | |
Properties | |
PrincipalInfo | Principal [get, set] |
Get or set the principal that this entry applies to. More... | |
AdminPermissions | Permissions [get, set] |
Get or set the permissions for this entry. More... | |
This class represents a set of administrative permissions for a Principal (user or group).
|
inline |
Constructor used to create AdminACLEntries that will be passed to Admin.grant() and Admin.revoke() methods.
principal | the principal that has the permissions. |
permissions | the permissions for this entry. |
|
inline |
Generate a string representation of this AdminACLEntry.
|
getset |
Get or set the permissions for this entry.
|
getset |
Get or set the principal that this entry applies to.