TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetUserACLEntries Method 

Get all ACL entries pertaining to the user with the given userName.

public ACLEntry[] GetUserACLEntries(
   string userName
);

Parameters

userName
User name.

Return Value

the array of ACLEntries for the given user.

Exceptions

Exception Type Condition
AdminException if not authorized or some error occurred.
AdminInvalidNameException if userName is not a legal user name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace