DocBook|Search
Class Reference
%SYS.Task.SecurityScan
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%SYS] >  [Task] >  [SecurityScan]
Private  Storage  

class %SYS.Task.SecurityScan extends %SYS.Task.Definition

This class is a pre-defined system task which runs a security scan every day at midnight. The scan consists of the following items:

1) Disable expired user accounts
2) Expire user passwords
3) Expire CSP session tokens

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 1


Summary

Properties
%RunDate %RunTime

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject GetCollectionType GetPropertyName GetSettings
GetTaskName OnSubmit OnTask SetSettings


Parameters

• parameter TaskName = "SecurityScan";
This defines the user-visible name of this task; This is defined in subclasses.

Methods

• method OnTask() as %Status
This method is responsible for executing the task.
At the scheduled time, the Task Manager creates an instance of this object, sets any property values using the stored "settings" for the task, and then invokes this method to execute the task.