TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Permissions Members

Permissions overview

Public Static Fields

BROWSE Browse permission for a queue.
BROWSE_PERMISSION Browse permission for a queue, deprecated. Use BROWSE permission.
CREATE Administrative permission to create destination.
DELETE Administrative permission to delete destination.
DURABLE Permission to create a durable subscriber for a topic.
DURABLE_PERMISSION Permission to create a durable subscriber for a topic, deprecated. Use DURABLE permission.
MODIFY Administrative permission to modify destination.
PUBLISH Publish permission for a topic.
PUBLISH_PERMISSION Publish permission for a topic, deprecated. Use PUBLISH permission.
PURGE Administrative permission to purge destination.
RECEIVE Receive permission for a queue.
RECEIVE_PERMISSION Receive permission for a queue, deprecated. Use RECEIVE permission
SEND Send permission for a queue.
SEND_PERMISSION Send permission for a queue, deprecated. Use SEND permission.
SUBSCRIBE Subscribe permission for a topic.
SUBSCRIBE_PERMISSION Subscribe permission for a topic, deprecated. Use SUBSCRIBE permission.
USE_DURABLE Permission to use a durable subscription that already exists on the EMS server.
VIEW Administrative permission to view destination.

Public Instance Constructors

Permissions Overloaded. Initializes a new instance of the Permissions class.

Public Instance Properties

Empty Indicates whether or not the Permissions object has any permissions set.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
HasPermission Determine if the given permission is present in these Permissions.
SetPermission Set or unset given permissions in this set of permissions.
ToString Generate a string representation of this Permissions.

See Also

Permissions Class | TIBCO.EMS.ADMIN Namespace