TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetPermissions Method 

Get all permission entries for specified target.

public object[] GetPermissions(
   object target
);

Parameters

target
the object

Return Value

all ACL entries for specified target object

Remarks

Target parameter can be UserInfo, GroupInfo, TopicInfo or QueueInfo. If target parameter is null, this method returns all permissions.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace