DocBook|Search
Class Reference
%CSP.UI.System.SecurityAdvisorPane
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%CSP] >  [UI] >  [System] >  [SecurityAdvisorPane]
Private  Storage  

class %CSP.UI.System.SecurityAdvisorPane extends %CSP.Util.Pane

This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

This pane is used by the Security Advisor page It displays recommendations for system security settings.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 9


Summary

Properties
Align CommandFormClass CommandFormObject CommandSubmitPage
Commands FrameStyle Name Styles
Text URL readOnly

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 AddRecommendation DrawBODY DrawCommandForm
DrawCommands DrawHEAD GenerateCode GetApplicationRecommendations
GetAuditRecommendations GetRecommendations GetServiceRecommendations GetUserRecommendations
LocalizeText OnGenerateCode QuoteCOS SetIgnoreFlag
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property readOnly as %Boolean [ InitialExpression = $$$SMPIsReadOnly($$$EMSDatabasesBit) ];

Methods

• classmethod AddRecommendation(ByRef recommend, pType As %String, pElement As %String, pMessage As %String) as %Boolean
• method DrawBODY(pInstance As PageInstance) as %Status
Draw the BODY of the detail pane
• method DrawHEAD(pInstance As PageInstance) as %Status
Overwritten by subclasses to draw anything this pane needs for the HEAD section.
• classmethod GetApplicationRecommendations(ByRef recommend) as %Status
Calculate application recommendations
• classmethod GetAuditRecommendations(ByRef recommend) as %Status
Calculate auditing recommendations
• classmethod GetRecommendations(Output recommend) as %Status
Calculate security recommendations
• classmethod GetServiceRecommendations(ByRef recommend) as %Status
Calculate service recommendations
• classmethod GetUserRecommendations(ByRef recommend) as %Status
Calculate user recommendations (also figures out ROLE recommendations)
• classmethod SetIgnoreFlag(pType, pElement, pMessage, pFlag, id)
Called from client to set ignore flag. id is id of corresponding HTML element.