BBjAppServer::getSecure

Description

In BBj 19.10 and higher, this method returns a boolean indicating whether BUI apps should be run in secure mode. The default value is false.

Syntax

Return Value

Method

boolean

getSecure()

Parameters

None.

Return Value

Returns a boolean indicating whether BUI apps should be run in secure mode.

Remarks

Specifying secure mode is equivalent to using the -SCcommand line flag.

Example

rem ' BBjAppServer::getSecure

admin! = bbjapi().getAdmin("admin","admin123")
appServer! = admin!.getWebAppServer()
print "BBjAppServer getSecure: ",
print appServer!.getSecure()

See Also

BBjAPI

BBjAppConfig

BBjAppServer

BBjAppServer::setSecure

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.