Click or drag to resize
SecurityInfo Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class provides properties and methods to retrieve security settings from the AppServer or Enterprise Service to be applied to the client.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineSecurityInfo

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class SecurityInfo : _SecurityInfo

The SecurityInfo type exposes the following members.

Constructors
  NameDescription
Public methodSecurityInfo
Creates and returns a new Security object for this user.
Public methodSecurityInfo(Application)
Creates and returns a new Security object for this user.
Top
Methods
Fields
Properties
  NameDescription
Public propertyAdministrator
Gets a value that indicates if the user is allowed to administer the server.
Public propertyAllowChangePassword
Gets a value that indicates whether the user can change their password
Public propertyAllowLinks
Gets a value that indicates if the user is allowed to manage links.
Public propertyAllowManageServer
Gets a property that indicates if the user is allowed access to the manage server screen.
Public propertyAllowPublish
Gets a property that indicates if the user is allowed to publish content to the server.
Public propertyAllowSecurity
Gets a value that indicates if the user is allowed access to the security screen.
Public propertyAllowSelectConnection
Gets a value that indicates if the select connection screen is offered.
Public propertyAllowSetup
Gets a value that indicates if the user is allowed access to the setup screen.
Public propertyAllowSetupLockOverride
Gets a value that indicates if the user is allowed to override locks on the setup data.
Public propertyAllowSubjects
Gets a value that indicates if the user is allowed to manage subjects.
Public propertyAllowSystems
Gets a value that indicates if the user is allowed to manage systems.
Public propertyClone
Gets cloned copy of this object.
Public propertyDenySubjectsAccess
Gets a value that indicates if the user denied access to the subjects as they have been filtered.
Public propertyDenySystemsAccess
Gets a value that indicates if the user denied access to the connections as they have been filtered.
Public propertyGroup
Gets the goup this user belongs to.
Public propertyParent
The object that represents the parent of this object.
Public propertyReadOnlySetup
Gets a value that indicates if the user is allowed read only access to the setup.
Public propertyRequireSecurityPassword
Gets a value that indicates if the user requires a password to access the security screen.
Public propertyRunQueryOnly
Gets a value that indicates if the user can modify a query.
Public propertySecurityPassword
Gets the password required to access the security screen.
Top
Remarks