Click or drag to resize

SecurityGroup Class

A SecurityGroup defines all the security applied to a user belonging to the group
Inheritance Hierarchy
SystemObject
  Seal.ModelRootEditor
    Seal.ModelSecurityGroup

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.0.0+c1250b26c169a4ba4d702dc7579506e87ba2cd3a
Syntax
C#
public class SecurityGroup : RootEditor

The SecurityGroup type exposes the following members.

Constructors
 NameDescription
Public methodSecurityGroupInitializes a new instance of the SecurityGroup class
Top
Properties
 NameDescription
Public propertyAgentGUIDs Web Report Server: The GUIDs of the AI Agents assigned to users of this group. Leave empty to disable the AI Agent for this group.
Public propertyCulture The culture used for users belonging to the group. If empty, the default culture is used.
Public propertyDataSourceGUIDs For the AI Tools: The data sources (identified by their GUID) that the AI tools can access for this group. If the list is empty, all data sources are allowed.
Public propertyEditProfile Web Report Server: If true, the user can edit his profile (default culture, startup report, etc.).
Public propertyExecutionMode Web Report Server: Define if reports are executed in a new window or in the same window by default.
Public propertyFolderDetailScript Optional script executed to define/modify the reports published in the Web Report Server for a given folder. If the user belongs to several groups, scripts are executed sequentially sorted by group name.
Public propertyFolders The report folder configurations for this group used for Web Publication of reports (relative to the repository 'Reports' folder). By default, report folders have no right.
Public propertyFoldersScript Optional script executed to define/modify the folders published in the Web Report Server. If the user belongs to several groups, scripts are executed sequentially sorted by group name.
Public propertyGUID The unique identifier
Public propertyLogoName The logo file name used for to generate the reports. If empty, the default logo is used.
Public propertyMenuScript Optional script executed to define/modify the reports menu of the Web Report Server. If the user belongs to several groups, scripts are executed sequentially sorted by group name.
Public propertyName The security group name
Public propertyOnStartup Web Report Server: The action to take after the user logs in.
Public propertyOutputDeviceGUIDs For the AI Tools: The output devices (identified by their GUID) that the AI tools can use for this group (e.g. to configure email or file server outputs). If the list is empty, all output devices are allowed.
Public propertyPersFolderRight Define the right of the dedicated personal folder for each user of the group
Public propertyPersonalFolderReportDownload If true, the user can download the report definition (the .srex file) of the reports stored in his personal folder. Since the Web Report Server has no report editor, this download is the only way to extract a report definition; disable it to keep definitions on the server.
Public propertyPersonalFolderUpload If true, the user can upload files and reports into his personal folder. DANGER ZONE: an uploaded report may contain tasks that execute code on the server.
Public propertyRepositoryFolders DANGER ZONE: The repository folder configurations for this group. Unlike Report Folders, these can publish ANY folder located under the repository root (Views, Sources, Settings, Security...), outside the 'Reports' tree. By default, repository folders have no right.
Public propertyShowAllFolders If true, parent folder with no rights are also shown in the tree view
Public propertyShowErrorDetail Web Report Server: If true, the user can see the detail of exceptions (error message and stack trace) in the Web Report Server.
Public propertyShowFoldersView If true, the folders view of the reports is shown
Public propertySqlModel If true: SQL Models and Custom SQL for elements or restrictions can be edited, and the AI Tools can query the database (raw SQL) and create reports from raw SQL. If false, these capabilities are denied.
Public propertyStartupReport Web Report Server: If the startup option is 'Execute a specific report', the relative report path to execute when the user logs in (e.g. '/Samples/40-Startup Report.srex').
Public propertyStartupReportName Web Report Server: Optional report name when the 'Report executed on startup' is set.).
Public propertyWeight Weight to select the default group when a user belongs to several groups. The options of the group having the highest weight are applied to the user.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInit Init the editor objects
(Inherited from RootEditor)
Public methodInitDefaultValues Init the default values
(Inherited from RootEditor)
Public methodInitEditor Init the editor objects and the default values
(Inherited from RootEditor)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetReadOnly Set all properties to readonly
(Inherited from RootEditor)
Public methodShouldSerializeAgentGUIDs 
Public methodShouldSerializeDataSourceGUIDs 
Public methodShouldSerializeOutputDeviceGUIDs 
Public methodShouldSerializePersonalFolderReportDownload 
Public methodShouldSerializePersonalFolderUpload 
Public methodShouldSerializeRepositoryFolders 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdateEditor Update editor attributes
(Inherited from RootEditor)
Protected methodUpdateEditorAttributes Refresh properties attrivutes
(Inherited from RootEditor)
Top
Fields
 NameDescription
Protected field_dctd
(Inherited from RootEditor)
Top
See Also