PortSight Secure Access Documentation

ARUIUserSelection - User Selection Control


Usage:

You can use this user control for selecting users, groups, roles or organizational units from the Secure Access database. You can either enter part of the user name or browse the organization chart.

You can use it in two modes: single object selection and multiple object selection. Following figures show the examples:

 

Single selection mode

Single selection mode

Multiple selection mode

Multiple selection mode

You can also choose if user selects from the list box, from the organization chart or both:

Selection from the organization chart

Selection from the organization chart

 

Selection from the filtered list box

Selection from the filtered list box.

 

You can also choose what type of objects will be available for selection: only users, only user groups, only roles or all operators.


 

    Security note

Please note that this control doesn't make any permission checks. Any authenticated user can browse the list of all users, groups, organizational units and roles.

 

Required files:

 

Properties

Property Type Description Default Value

ShowObjects

ARUIShowObjectsEnum

Indicates what type of objects should be shown.

ARUIShowObjectsEnum.ShowAllOperators

SelectionMode

ARUISelectionModeEnum

Indicates the selection mode - using a filtered list, using an organization chart or both.

ARUISelectionModeEnum.ShowListAndOrgChart

SelectedObjectNames

String

Names of the selected objects (users, groups, etc.) separated with semicolon (";").

undefined

SelectedObjectIDs

String

Object IDs of the selected objects (users, groups, etc.) separated with semicolon (";"). If it's changed, the viewed object names are updated automatically.

undefined

AllowMultipleSelection

Boolean

Indicates if the dialog should be enabled for selecting more than one item.

True

 

Events

Event Description

SelectionChanged

Occurs every time the selection is changed by user.