%Installer.User
class %Installer.User extends %Installer.Activity
This is a "User" activity within a Manifest documentProperty Inventory
Properties
property ChangePassword as %Installer.Boolean;
Force user to change password
Property methods: ChangePasswordDisplayToLogical(), ChangePasswordGet(), ChangePasswordIsValid(), ChangePasswordLogicalToDisplay(), ChangePasswordLogicalToXSD(), ChangePasswordNormalize(), ChangePasswordSet(), ChangePasswordXSDToLogical()
property Comment as %String;
Comment
Property methods: CommentDisplayToLogical(), CommentGet(), CommentIsValid(), CommentLogicalToDisplay(), CommentLogicalToOdbc(), CommentNormalize(), CommentSet()
property Enabled as %Installer.Boolean;
User Enabled
Property methods: EnabledDisplayToLogical(), EnabledGet(), EnabledIsValid(), EnabledLogicalToDisplay(), EnabledLogicalToXSD(), EnabledNormalize(), EnabledSet(), EnabledXSDToLogical()
property ExpirationDate as %String;
Expiration date
Property methods: ExpirationDateDisplayToLogical(), ExpirationDateGet(), ExpirationDateIsValid(), ExpirationDateLogicalToDisplay(), ExpirationDateLogicalToOdbc(), ExpirationDateNormalize(), ExpirationDateSet()
property Fullname as %String [ Required ];
User's full name
Property methods: FullnameDisplayToLogical(), FullnameGet(), FullnameIsValid(), FullnameLogicalToDisplay(), FullnameLogicalToOdbc(), FullnameNormalize(), FullnameSet()
property Namespace as %String;
Namespace
Property methods: NamespaceDisplayToLogical(), NamespaceGet(), NamespaceIsValid(), NamespaceLogicalToDisplay(), NamespaceLogicalToOdbc(), NamespaceNormalize(), NamespaceSet()
property PasswordVar as %String [ Required ];
Password variable name (passwords must come from a %Installer var for security reasons)
Property methods: PasswordVarDisplayToLogical(), PasswordVarGet(), PasswordVarIsValid(), PasswordVarLogicalToDisplay(), PasswordVarLogicalToOdbc(), PasswordVarNormalize(), PasswordVarSet()
property Roles as %String [ Required ];
Roles
Property methods: RolesDisplayToLogical(), RolesGet(), RolesIsValid(), RolesLogicalToDisplay(), RolesLogicalToOdbc(), RolesNormalize(), RolesSet()
property Routine as %String;
Routine
Property methods: RoutineDisplayToLogical(), RoutineGet(), RoutineIsValid(), RoutineLogicalToDisplay(), RoutineLogicalToOdbc(), RoutineNormalize(), RoutineSet()
property Username as %String [ Required ];
Username
Property methods: UsernameDisplayToLogical(), UsernameGet(), UsernameIsValid(), UsernameLogicalToDisplay(), UsernameLogicalToOdbc(), UsernameNormalize(), UsernameSet()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %Indent()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()