class %Installer.CSPApplication
extends %Installer.Activity
This is a "CSPApplication" activity within a Manifest document
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
25
|
|
|
|
|
|
property AuthenticationMethods
as %String;
Authentication flags (4=Kerberos, 32=Password, 64=Unauthenticated).
If not specified, the default value depends on the installation type
property CSPZENEnabled
as %Boolean [ InitialExpression = 1 ];
CSP ZEN Enabled
property ChangePasswordPage
as %String(MAXLEN=1024);
Change Password Page
property CookiePath
as %String(MAXLEN=256);
Cookie Path
property CustomErrorPage
as %String(MAXLEN=1024);
Custom Error Page
property DefaultSuperclass
as %String(MAXLEN=256);
Default Superclass
property DefaultTimeout
as %Integer;
Default timeout
property Description
as %String(MAXLEN=1024);
Application Description
property Directory
as %String(MAXLEN=1024) [ Required ];
Application Directory
property EventClass
as %String(MAXLEN=256);
Event Class
property Grant
as %String(MAXLEN=512);
Resource(s) granted when logged in
property GroupById
as %String(MAXLEN=1024);
Group By ID
property InboundWebServicesEnabled
as %Boolean [ InitialExpression = 1 ];
Inbound web services enabled
property IsNamespaceDefault
as %Boolean [ InitialExpression = 0 ];
Is Namespace default
property LockCSPName
as %Boolean [ InitialExpression = 1 ];
Lock CSP Name property
property LoginClass
as %String(MAXLEN=128);
Login class
property PackageName
as %String(MAXLEN=256);
Package Name
property PermittedClasses
as %String;
PermittedClasses default
property Recurse
as %Boolean [ InitialExpression = 0 ];
Recurse flag
property Resource
as %String;
Application Resource
property ServeFiles
as %Boolean;
Serve Files
property ServeFilesTimeout
as %Integer;
Serve Files Timeout
property TwoFactorEnabled
as %Boolean [ InitialExpression = 0 ];
Two factor authentication enabled
property Url
as %String(MAXLEN=1024) [ Required ];
Application URL
property UseSessionCookie
as %Integer;
Use Cookie for Session