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

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

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public ACLEntry[] GetUserACLEntries(
	string userName
)
Public Function GetUserACLEntries ( _
	userName As String _
) As ACLEntry()
public:
array<ACLEntry^>^ GetUserACLEntries(
	String^ userName
)

Parameters

userName
Type: System..::.String
User name.

Return Value

the array of ACLEntries for the given user.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminException if not authorized or some error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if userName is not a legal user name.

See Also