securityDomain |
![]() ![]() ![]() |
MoreMotion Security System operates on a security domain basis. A Security Domain is introduced to the system with a securityDomain configuration element in a global configuration file.
The name of the security domain must be unique in the whole MoreMotion configuration. If there is only one security domain in the application its name can be defaulted to "main". Nested Elements broker (Accepts MScript) The name of a security broker configured with securityBroker element. conn (Accepts MScript) Security Brokers usually require a JDBC connection. If that is the case, specify the name of a JDBC Configuration configured with jdbcConnection element. cookie.opt (Accepts MScript) Defines the option for handling the states of the users that were logged in to the system previously. The options are:
cookie.age (Accepts MScript) Specifies the age of the cookie in seconds.
In addition to the common ones, a securityDomain element my have Security Component specific nested elements as well. See securityDomain configuration of the mor.Security component. |