BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType embedded-ldapType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}embedded-ldapType (extension)

Documentation
Corresponds to EmbeddedLDAPMBean
Properties
This component is not nillable.

Model
<...>
(credential-encrypted?, backup-hour, backup-minute, backup-copies, cache-enabled?, cache-size, cache-ttl, refresh-replica-at-startup?, master-first?, timeout, anonymous-bind-allowed? )
</...>


Nested Element Summary
xs:booleananonymous-bind-allowed
          Specifies whether the embedded LDAP server should allow anonymous connections. 
 backup-copies
          The maximum number of backup copies that should be made for the embedded LDAP server. 
 backup-hour
          The hour at which the embedded LDAP server should be backed up. 
 backup-minute
          The minute at which the embedded LDAP server should be backed up. 
xs:booleancache-enabled
          Specifies whether a cache is used with the embedded LDAP server. 
 cache-size
          The size of the cache (in kilobytes) that is used with the embedded LDAP server. 
 cache-ttl
          The time-to-live of the cache (in seconds) that is used with the embedded LDAP server. 
xs:stringcredential-encrypted
          
xs:booleanmaster-first
          Specifies whether a Managed Server should always connect to the master LDAP server (contained in the Administration Server), instead of connecting to the local replicated LDAP server (contained in the Managed Server). 
xs:booleanrefresh-replica-at-startup
          Specifies whether a Managed Server should refresh all replicated data at boot time. 
 timeout
          Specifies the maximum number of seconds to wait for results from the embedded LDAP server before timing out. 
Source
<xs:complexType name="embedded-ldapType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="credential-encrypted" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="backup-hour" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="23"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="backup-minute" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="59"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="backup-copies" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="65534"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="cache-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="cache-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="cache-ttl" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="refresh-replica-at-startup" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="master-first" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="anonymous-bind-allowed" nillable="false" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation