[TIBCO.EMS .NET Admin client library 8.1 documentation]

Get all permission entries for specified target.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.

See Also