Package com.businessobjects.enterprise.secenterprise

This package allows you to configure the settings for users who log on to the system with the secEnterprise authentication method.

See:
          Description

Class Summary
SecEnterprise Sets global security options for native Enterprise user accounts.
 

Package com.businessobjects.enterprise.secenterprise Description

This package allows you to configure the settings for users who log on to the system with the secEnterprise authentication method. For example, with this plugin, you can specify the password settings for native Enterprise user accounts. The various settings that are provided by the plugin apply only to Enterprise accounts--that is, they do not apply to accounts that you have mapped to an external user database (LDAP). Generally, however, your external system will enable you to set similar options for the external accounts.

Retrieving an authentication plugin

Unlike the desktop plugins, the authentication plugins are static, and objects cannot be created from them. It follows that since no instances of the plugin exist, you must retrieve the plugin itself. Each type of authentication plugin in BusinessObjects Enterprise is represented by an InfoObject. These objects are stored in the CI_SYSTEMOBJECTS category in the CMS InfoStore, and must be retrieved using the SI_NAME property.