This component is the repository of LDAP profiles.

Property

Description

$class

class name

Default: atg.adapter.ldap.LDAPRepository

cacheItemProperties

Should repository items cache their properties?

Default: true

cacheItems

Should the repository cache directory items?

Default: true

cacheQueries

Should Repository Views cache query results?

Default: false

definitionFile

The location of the XML template in the application’s configuration path. Note that the LDAP repository uses XML file combination to combine XML files in the application configuration path that have the same name. See the Nucleus: Organizing JavaBean Components chapter of the ATG Platform Programming Guide.

Default: /atg/adapter/ldap/ldapUserProfile.xml

idGenerator

The Nucleus address of the component that creates repository IDs for new repository items.

Default: /atg/dynamo/service/IdGenerator

initialContextPool

The Nucleus address of the JNDIInitialContextPool used to obtain InitialDirContext objects.

Default: /atg/adapter/ldap/InitialContextPool

itemCache

The Nucleus address of the repository item cache component.

Default: /atg/adapter/ldap/LDAPItemCache

prefetchItemProperties

Should repository items prefetch their properties? If true, the first time any item property is accessed, all item property values are retrieved and cached. This value is used only if cacheItemProperties is set to true.

Default: true

queryCache

The Nucleus address of the Query cache component.

Default: /atg/adapter/ldap/LDAPQueryCache

repositoryName

Name of repository.

Default: LDAP

shutdownDelay

How long (in seconds) to delay before shutting down. This value is used only if shutdownDynamoOnFatal is set to true.

Default: 30

shutdownDynamoOnFatal

Should your application be shut down on fatal repository errors?

Default: True

transactionManager

The Nucleus address of the Transaction Manager component.

Default: /atg/dynamo/transaction/TransactionManager

XMLToolsFactory

The Nucleus address of the XMLToolsFactory component.

Default: /atg/dynamo/service/xml/XMLToolsFactory


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices