[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get all permission entries for specified target.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public Object[] GetPermissions( Object target ) |
Public Function GetPermissions ( _ target As Object _ ) As Object() |
public: array<Object^>^ GetPermissions( Object^ target ) |
Parameters
- target
- Type: System..::.Object
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 | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |