Skip to main content

%Installer.Credential

Class %Installer.Credential Extends %Installer.Activity [ ServerOnly = 1, System = 3 ]

This is a "Credential" activity within a Manifest document. It must be passed within the "Production" tag. Some remote systems require an username and password to log into that system--a username-password pair is a login credential. Login credentials are stored in a centralized, secure table; only users with appropriate access to the Management Portal can view and edit this table.

Properties

Target

Property Target As %String(MAXLEN = 128, XMLNAME = "Name") [ Required ];

Credential name

Username

Property Username As %Library.Username [ Required ];

Username

Password

Property Password As %String(MAXLEN = 128);

Password

Overwrite

Property Overwrite As %String;

Overwrite flag

Methods

%OnGenerateCode

Method %OnGenerateCode(pTargetClass As %Dictionary.CompiledClass, pCode As %Stream.TmpCharacter, pDocument As %Installer.Manifest) As %Status [ Internal ]

Generate code for this document.