Package com.businessobjects.enterprise.secldap

This package allows you to map groups and their members from your LDAP user database to BusinessObjects Enterprise, verify all logon requests that specify LDAP and third-party single sign-on (SSO) authentication, and utilize the Secure Socket Layer (SSL) protocol to ensure that data transmitted across a network is not compromised.

See:
          Description

Interface Summary
AuthTypeEnum An XML AuthTypeEnum(@http://enterprise.businessobjects.com/3.0/secldap).
LDAPSSOAccessModeEnum An XML LDAP_SSOAccessModeEnum(@http://enterprise.businessobjects.com/3.0/secldap).
LDAPSSOVendorEnum An XML LDAP_SSOVendorEnum(@http://enterprise.businessobjects.com/3.0/secldap).
SecLDAP An XML secLDAP(@http://enterprise.businessobjects.com/3.0/secldap).
ServerSSLStrengthEnum An XML ServerSSLStrengthEnum(@http://enterprise.businessobjects.com/3.0/secldap).
 

Class Summary
AuthTypeEnum.Enum Enumeration value class for com.businessobjects.enterprise.secldap.AuthTypeEnum.
AuthTypeEnum.Factory A factory class with static methods for creating instances of this type.
LDAPSSOAccessModeEnum.Enum Enumeration value class for com.businessobjects.enterprise.secldap.LDAPSSOAccessModeEnum.
LDAPSSOAccessModeEnum.Factory A factory class with static methods for creating instances of this type.
LDAPSSOVendorEnum.Enum Enumeration value class for com.businessobjects.enterprise.secldap.LDAPSSOVendorEnum.
LDAPSSOVendorEnum.Factory A factory class with static methods for creating instances of this type.
SecLDAP.Factory A factory class with static methods for creating instances of this type.
ServerSSLStrengthEnum.Enum Enumeration value class for com.businessobjects.enterprise.secldap.ServerSSLStrengthEnum.
ServerSSLStrengthEnum.Factory A factory class with static methods for creating instances of this type.
 

Package com.businessobjects.enterprise.secldap Description

This package allows you to map groups and their members from your LDAP user database to BusinessObjects Enterprise, verify all logon requests that specify LDAP and third-party single sign-on (SSO) authentication, and utilize the Secure Socket Layer (SSL) protocol to ensure that data transmitted across a network is not compromised.

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.