WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

EmbeddedLDAP

 


Description

The MBean that defines the configuration properties for the embedded ldap server.

 


Syntax

<EmbeddedLDAP
BackupCopies="number"
BackupHour="number"
BackupMinute="number"
CacheEnabled=( "true" | "false" )
CacheSize="number"
CacheTTL="number"
Credential="String"
Name="String"
Notes="String"
/>

 


Parent Elements

 


Attributes

Table 12-1 EmbeddedLDAP attributes

Attribute

Description

Range of Values and Default

BackupCopies

The number of backup copies of the embedded LDAP server.

Admin Console field label: Backup Copies

Required: no

Default: 7

Minimum: 0

Maximum: 65534

BackupHour

The hour at which to backup the embedded LDAP server.

Admin Console field label: Backup Hour

Required: no

Default: 23

Minimum: 0

Maximum: 23

BackupMinute

The minute at which to backup the embedded LDAP server. This attribute is used in conjunction with the BackupHour attribute to determine the time at which the embedded LDAP server is backed up.

Admin Console field label: Backup Minute

Required: no

Default: 5

Minimum: 0

Maximum: 59

CacheEnabled

Specifies whether or not a cache is used for the embedded LDAP server.

Admin Console field label: Cache Enabled

Required: no

Default: true

CacheSize

The size of the cache (in K) that is used with the embedded LDAP server.

Admin Console field label: Cache Size

Required: no

Default: 32

Minimum: 0

CacheTTL

Get the time-to-live (TTL) of the cache in seconds.

Admin Console field label: Cache TTL

Required: no

Default: 60

Minimum: 0

Credential

The credential (usually password) used to connect to the embedded LDAP server.

Admin Console field label: Credential

Required: no

Encrypted: yes

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

 

Back to Top Previous Next