[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get all ACL entries pertaining to the user with the given userName.
Namespace:
TIBCO.EMS.ADMINAssembly: 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
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or some error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if userName is not a legal user name. |