Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

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"
CredentialEncrypted="[B"
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

Default: 7

Minimum: 0

Maximum: 65534

BackupHour

The hour at which to backup the embedded LDAP server.

Admin Console field label: Backup Hour

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

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

Default: true

CacheSize

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

Admin Console field label: Cache Size

Default: 32

Minimum: 0

CacheTTL

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

Admin Console field label: Cache TTL

Default: 60

Minimum: 0

CredentialEncrypted

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

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

 

Skip navigation bar  Back to Top Previous Next