Version 8.0
 —  Installation  —

Overview of Security Installation


Choosing a Security Solution

On each operating system where the Broker kernel resides, you have the choice of installing one of Software AG's two security solutions. These solutions, which provide security for your distributed applications using EntireX's Broker and Broker Services, are:

Note:
Do not mix these two security solutions: do not use a stub secured with a sample exit against a kernel secured with EntireX Security or vice versa.

Criteria for Choosing a Security Solution

Security Choice Criteria for Choosing a Security Solution
EntireX Security Choose this option if you want to use the standard security functionality already provided with EntireX and your organization uses one of the following security repositories:
  • SAF-based security (e.g. RACF, CA ACF2, CA Top Secret, or LDAP repository) for Broker running under z/OS

  • UNIX local security or LDAP repository for Broker running under UNIX

  • Windows local security or LDAP repository for Broker running under Windows

EntireX Security is fully supported (that is, object code only), and there are no user exits to write and debug. EntireX Security provides user authentication (logon/logoff security), user authorization (z/OS only) and application data encryption. This functionality is provided for EntireX Broker kernel running on all operating systems, EntireX Broker Services running on z/OS, and for the stubs. In most installations EntireX Security operates without altering runtime applications.

Sample Security Exits for Broker Choose this option only if your organization requires an alternative to standard SAF-based security on z/OS or local UNIX / Windows security on these platforms.

Writing sample security exits is recommended only in exceptional processing situations - for example, if your organization wants to access its own user-written security system when operating EntireX Broker. Sample security exits are provided as skeleton programs only and must be completely customized before they can be deployed.

Top of page

Overview of Security Configurations

EntireX Security: Standard Security Solution

This diagram shows the locations where the Broker kernel and Broker stubs can be installed; it also shows the locations of the security components of the kernel and stubs.

graphics/config1.png

See list of platforms where EntireX Security for Broker kernel and stubs is supported.

Sample Security Exits for Broker

This diagram shows the locations where the Broker kernel and Broker stubs can be installed; it also shows the locations of the security components of the kernel and stubs.

graphics/config2.png

See list of platforms where EntireX Security for Broker kernel and stubs is supported.

Top of page