| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}embedded-ldapType (extension)
Corresponds to EmbeddedLDAPMBean
Nested Element Summary | |
xs:boolean | anonymous-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:boolean | cache-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:string | credential-encrypted |
xs:boolean | master-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:boolean | refresh-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. |
<xs:complexType name="embedded-ldapType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="credential-encrypted" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="backup-hour" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="23"/></xs:restriction><xs:element minOccurs="0" name="backup-minute" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="59"/></xs:restriction><xs:element minOccurs="0" name="backup-copies" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="65534"/></xs:restriction><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/></xs:restriction><xs:element minOccurs="0" name="cache-ttl" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/></xs:restriction><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/></xs:restriction><xs:element minOccurs="0" name="anonymous-bind-allowed" nillable="false" type="xs:boolean"></xs:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |