Skip to main content

%CSP.UI.System.SecurityAdvisorPane

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

This class is used internally by InterSystems IRIS. 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.

Method Inventory

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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab