Qualified List Item Marketing Elements
16.2.2 LDAP Server
The LDAP server element corresponds to the LDAP server object in the Identity Manager dialog in the Administration Tool. The LDAP server tag includes the following attributes: Table 16–13 LDAP Server Tag Attributes Attribute Name Description hostName The host name of the LDAP server. port The port number of the LDAP server for example, 389. baseDN The base distinguished name DN that identifies the starting point of the authentication search. bindDN The optional DN that is required to bind to the LDAP server. This option is required if isADSI is set to true. userNameAttrType A value that uniquely identifies a user, such as the user ID, the RDN relative distinguished name, or for ADSI sAMAccountName. domainID A domain identifier that uniquely identifies the domain for which the LDAP object is responsible. This is especially useful when there are multiple LDAP objects. password The user password associated with the Bind DN. This option is required if isADSI is set to true. Note that passwords are encrypted. timeout The time period after which Administration Tool import attempts or Oracle BI Server user authentication attempts against this LDAP server will time out. cacheExpiry The interval at which the authentication cache entry in the LDAP cache for a logged on user is refreshed. This option corresponds to Cache refresh interval in the Repository tab of the Options dialog in the Administration Tool. isADSI If set to true, indicates that this is an Active Directory LDAP server. useSSL If set to true, indicates that the connection to the LDAP server uses Secure Sockets Layer SSL. keyFile The name of the key file that holds the client certificate and Certificate Authority CA certificate. Required if useSSL is set to true. This option corresponds to Key file name in the Repository tab of the Options dialog in the Administration Tool. version The LDAP version number of the LDAP server, either 2 or 3. The default is 3. 16-12 Oracle Fusion Middleware Integrators Guide for Oracle Business Intelligence Enterprise Edition The LDAP server tag does not include any child elements. Syntax LDAPServer … hostName= port= baseDN= bindDN= userNameAttrType= domainID= password= timeout= cacheExpiry= entities= isADSI= useSSL= keyFile= version= cacheEntries= LDAPServer Example LDAPServer name=ldap id=3035:3119 uid=5032 hostName=sdacns05 port=389 version=3 baseDN=name1 bindDN=name2 userNameAttrType=sAMAccountName domainID=as password=D7EDED84BC624A917F5B462A4DCA05CDCE256EEEEEDC97D5A3D4B868D64238CA timeout=60 cacheExpiry=86400 cacheEntries=1000 isADSI=true useSSL=true DescriptionDescription LDAPServer16.2.3 Init Block
The init block element corresponds to the initialization block object in the Physical layer. Initialization blocks are used to initialize dynamic repository variables, system session variables, and nonsystem session variables. The init block tag includes the following attributes: cacheEntries The maximum number of entries in the authentication cache, preallocated when the Oracle BI Server starts. If the number of users exceeds this limit, cache entries are replaced using the LRU algorithm. If this value is 0, then the authentication cache is disabled. This option corresponds to Number of Cache Entries in the Repository tab of the Options dialog in the Administration Tool. Table 16–13 Cont. LDAP Server Tag Attributes Attribute Name Description Marketing, Security, and Other Elements 16-13 The init block tag includes the following child elements: Table 16–14 Init Block Tag Attributes Attribute Name Description isSessionVar If set to true, indicates that this initialization block is a session initialization block. Session initialization blocks are used with session variables. The default value is false. refreshPeriod The refresh interval for this initialization block, in seconds. For repository initialization blocks only. The default value is 0. baseTime The start date and time for this initialization block. For repository initialization blocks only. The default value is 2001-01-01 00:00:00. isRowWiseInit If set to true, indicates that row-wise initialization has been enabled. Row-wise initialization lets you create session variables dynamically and set their values when a session begins. For session initialization blocks only. The default value is false. isRowWiseCacheEnabled If set to true, indicates that the Use caching option has been enabled. This option directs the Oracle BI Server to store the results of the query in a main memory cache. This option is only available if row-wise initialization has been enabled. The default value is true. isSuccRequired Indicates that the Required for Authentication option has been selected for this initialization block in the Administration Tool. If this option is selected, this initialization block must succeed for users to log in. In other words, users will be denied access to Oracle BI EE if the initialization block fails to execute. Failure to execute can occur if the wrong credentials have been defined in the initialization block, or if there is an error in the default initialization string. The default value is false. isEnabled If set to true, indicates that this initialization block is enabled. For session initialization blocks only. The default value is true. Table 16–15 Init Block Child Elements Element Name Description RefConnectionPool References the connection pool for this initialization block. This element is only used if the data source type for this initialization block is Database or XML. DBMap Stores the value of database-specific strings. The DBMap element contains an Item tag, which in turn contains a Value tag, as follows: Item name= Value ItemParts
» Oracle Fusion Middleware Online Documentation Library
» Overview of the Oracle Business Intelligence Web Services
» What are the Oracle Business Intelligence Session-Based Web Services?
» What are the Oracle Business Intelligence Web Services for SOA?
» Invoking Oracle Business Intelligence Web Services Over HTTPS
» AccessControlToken Structure Account Structure
» ACL Structure Oracle Fusion Middleware Online Documentation Library
» ArrayofGUIDS Structure Oracle Fusion Middleware Online Documentation Library
» AuthResult Structure Oracle Fusion Middleware Online Documentation Library
» CatalogItemsFilter Structure Oracle Fusion Middleware Online Documentation Library
» CatalogObject Structure ErrorInfo Structure
» GetSubItemsParams Structure ImportError Structure
» ItemInfo Structure NameValuePair Structure
» PathMap Structure Oracle Fusion Middleware Online Documentation Library
» Privilege Structure Oracle Fusion Middleware Online Documentation Library
» QueryResults Structure Oracle Fusion Middleware Online Documentation Library
» ReportHTMLLinksMode Enumeration ReportHTMLOptions Structure
» ReportParams Structure Oracle Fusion Middleware Online Documentation Library
» SADataType Values SAColumn Structure
» AggregationRule Values SAColumn Structure
» ReportRef Structure SASubjectArea Structure SATable Structure
» SAWLocale Structure Oracle Fusion Middleware Online Documentation Library
» SAWSessionParameters Structure Oracle Fusion Middleware Online Documentation Library
» SegmentationOptions Structure SessionEnvironment Structure
» UpdateCatalogItemACLParams Structure Variable Structure
» XMLQueryExecutionOptions Structure Oracle Fusion Middleware Online Documentation Library
» About HtmlViewService Bridging and Callback URLs
» Signature Returns getHeadersHTML Method
» How Callback URLs Are Replaced
» Signature Returns startPage Method
» Signature SASubjectAreaDetails Values Returns
» Signature SATablesDetails Values describeTable Method
» ExportFlags Enumeration ImportFlags Enumeration
» Signature Returns Import Method
» Signature Returns applyReportParams Method
» Signature Returns getCurUser Method
» Signature Returns GetSessionEnvironment Method
» Signature Returns impersonateex Method
» Signature Returns logonex Method
» Signature Returns getPermissions Method
» ErrorDetailsLevel Enumeration ReadObjectsReturnOptions Enumeration
» Signature Returns getSubItems Method
» Signature Returns readObjects Method
» XMLQueryOutputFormat Enumeration XMLViewService Service
» Overview of the Oracle BI Metadata Web Service
» How to Set Up a BI JDBC Data Source
» callProcedure Method How to Call the Web Service
» Configuring SAML Securing the Web Service
» Assigning the manageRepositories Permission Sample Code
» Extract Project Procedure Using the Oracle BI Server XML Procedures
» Modify Metadata Procedure Using the Oracle BI Server XML Procedures
» Query Metadata Procedure Query Projects Procedure
» What Functionality is Provided by the Action Framework?
» Action Types and Action Execution
» Configuration Checklist by Action Type
» Aliases Configuring the Action Framework
» Navigate to EPM Content Action Type Registry Example
» Invoke a Java Method Action Type Registry Example
» Invoke a Web Service Action Type Registry Example
» Registry Elements Descriptions Registries
» Valid Values for the Provider-Class Element
» Content Types Configuring the Action Framework
» Account Elements Descriptions Accounts
» Policy Elements Descriptions Policies
» Proxy Elements Descriptions Proxy
» ebusinesssuiteconfig Configuring the Action Framework
» Oracle BI EE Credentials Oracle BI EE Privileges
» Oracle BI Presentation Catalog Permissions
» Creating a Default Keystore Configuring Oracle Web Services Manager
» Prerequisites for This Action Type
» What Happens When This Action Type is Invoked?
» Troubleshooting Actions to Invoke a Web Service
» Discovery Services Supported Functionality for Calling Web Services
» Security Supported Functionality for Calling Web Services
» Reliable Messaging and Transactions
» JavaScript Functions UserScript.js
» How Filters Work in Invoke Agent Actions
» Creating a Database Object and Connection Pool for the Oracle E-Business Suite Database
» Setting Up Session Variables for Authentication
» Updating authenticationschemas.xml Setting Up Authentication
» Updating instanceconfig.xml Setting Up Authentication
» Creating a Form Function Creating a Menu That Invokes the Form Function
» Assigning the Menu to a Responsibility Assigning the Responsibility to a User
» Overview of Embedding Oracle BI EE in Oracle’s Siebel CRM Configuring Oracle HTTP Server
» About the Oracle BI Presentation Services GO URL
» Structure of the Basic Oracle BI Presentation Services Go URL
» About the Oracle BI Presentation Services Dashboard URL
» Structure of the Basic Oracle BI Presentation Services Dashboard URL
» Optional Commands and Parameters for the Oracle BI Presentation Services Dashboard URL
» Issuing SQL Commands and Passing Filters
» Navigation from HTML Results
» Example of integrating a third-party SQL tool
» Retrieving Links to Dashboard Pages Using Scripts
» About Routing Requests to the Physical Layer
» About Integrating with the Oracle BI Server Using JDBC
» ODBC Conformance Level Oracle Fusion Middleware Online Documentation Library
» Configuring an ODBC DSN for the Oracle BI Server on Windows
» Select Clustered DSN. Oracle Fusion Middleware Online Documentation Library
» Configuring an ODBC DSN for the Oracle BI Server on Linux or UNIX
» Exposing Discoverer Worksheets in Applications
» Converting Discoverer Metadata to Use in Oracle BI EE
» Generating XML from an Existing RPD
» Executing XML in Offline Mode
» Executing XML Against the Oracle BI Server
» Maintaining Versions of the Metadata
» A PresentationColumn object must be created for the new Billed Qty
» The PresentationTable name=Facts Revenue object must be updated to
» Moving from Test to Production Environments
» Using XSL to Transform XML Files
» About Object Identifiers Generic XML Elements and Attributes
» About Naming Requirements for Repository Objects
» Logical Column Oracle Fusion Middleware Online Documentation Library
» Business Model Oracle Fusion Middleware Online Documentation Library
» Logical Complex Join Oracle Fusion Middleware Online Documentation Library
» Logical Level Oracle Fusion Middleware Online Documentation Library
» Dimension Logical Table Oracle Fusion Middleware Online Documentation Library
» Logical Foreign Key Oracle Fusion Middleware Online Documentation Library
» Logical Key Oracle Fusion Middleware Online Documentation Library
» Logical Table Source Oracle Fusion Middleware Online Documentation Library
» Logical Source Folder Oracle Fusion Middleware Online Documentation Library
» Measure Definition Oracle Fusion Middleware Online Documentation Library
» Aggregation Rule Oracle Fusion Middleware Online Documentation Library
» Override Aggregation Rule Oracle Fusion Middleware Online Documentation Library
» Database Oracle Fusion Middleware Online Documentation Library
» Physical Catalog Oracle Fusion Middleware Online Documentation Library
» Physical Schema Physical Display Folder
» Physical Table Oracle Fusion Middleware Online Documentation Library
» Physical Column Oracle Fusion Middleware Online Documentation Library
» Connection Pool Oracle Fusion Middleware Online Documentation Library
» Physical Key Oracle Fusion Middleware Online Documentation Library
» Complex Join Oracle Fusion Middleware Online Documentation Library
» Cube Table Oracle Fusion Middleware Online Documentation Library
» Physical Dimension Oracle Fusion Middleware Online Documentation Library
» Physical Hierarchy Oracle Fusion Middleware Online Documentation Library
» Physical Level Oracle Fusion Middleware Online Documentation Library
» Cube Column Oracle Fusion Middleware Online Documentation Library
» Analytic Workspace Oracle Fusion Middleware Online Documentation Library
» AW Cube Oracle Fusion Middleware Online Documentation Library
» AW Dimension Oracle Fusion Middleware Online Documentation Library
» AW Hierarchy Oracle Fusion Middleware Online Documentation Library
» AW Level Oracle Fusion Middleware Online Documentation Library
» AW Column Oracle Fusion Middleware Online Documentation Library
» Presentation Catalog Oracle Fusion Middleware Online Documentation Library
» Presentation Schema Presentation Table
» Presentation Column Oracle Fusion Middleware Online Documentation Library
» Presentation Hierarchy Oracle Fusion Middleware Online Documentation Library
» Presentation Level Oracle Fusion Middleware Online Documentation Library
» Catalog Link Marketing Elements
» Target Level Marketing Elements
» List Catalog Marketing Elements
» Qualified List Item Marketing Elements
» Sampling Table Marketing Elements
» LDAP Server Security Elements
» Init Block Security Elements
» Custom Authenticator Security Elements
» Privilege Package Security Elements
» Object Privilege Security Elements
Show more