Server information

package tools

 Methods

returns a description text for the tool.

getDescription() : string

Returns

stringdescription

Returns the name of the tool.

getName() : string

Returns

stringname

Returns the prefered position of this tool on the tools page.

getPosition() : int

The position may be between 0 and 1000. 0 is the top position.

Returns

intprefered position

Returns if the tool requires password change rights.

getRequiresPasswordChangeRights() : boolean

Returns

booleantrue if password change rights are needed

Returns if the tool requires write access to LDAP.

getRequiresWriteAccess() : boolean

Returns

booleantrue if write access is needed

Returns a list of sub tools or an empty array.

getSubTools() : array

Returns

arraylist of subtools (LAMTool)

Returns if a tool may be hidden by configuration in the LAM server profile.

isHideable() : boolean

Returns

booleanhideable

Returns if the tool is visible in the menu.

isVisible() : boolean

Returns

booleanvisible