| BEA WebLogic Server 9.0 Domain Security Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.bea.com/ns/weblogic/90/security}ldap-serverType (restriction)
Corresponds to LDAPServerMBean
Nested Element Summary | |
xs:boolean | bind-anonymously-on-referrals Returns whether to anonymously bind when following referrals within the LDAP directory. |
xs:boolean | cache-enabled Returns whether to cache LDAP requests with the LDAP server. |
| cache-size Returns the size of the cache in K. |
| cache-ttl Returns the time-to-live (TTL) of the cache in seconds. |
xs:int | connection-retry-limit Specifies the number of times to attempt to connect to the LDAP server if the initial connection failed. |
xs:int | connect-timeout Returns the maximum number of seconds to wait for the LDAP connection to be established. |
xs:string | credential-encrypted |
xs:boolean | follow-referrals Returns whether referrals will automatically be followed within the LDAP Directory. |
xs:string | host Returns the host name or IP address of the LDAP server. |
xs:int | parallel-connect-delay Returns the number of seconds to delay when making concurrent attempts to connect to multiple servers. |
| port Returns the port number on which the LDAP server is listening. |
xs:string | principal Returns the Distinguished Name (DN) of the LDAP user that is used by WebLogic Server to connect to the LDAP server. |
xs:int | results-time-limit Returns the maximum number of milliseconds to wait for results before timing out. |
xs:boolean | ssl-enabled Returns whether SSL will be used to connect to the LDAP server. |
<xs:complexType name="ldap-serverType"><xs:sequence></xs:complexType><xs:element minOccurs="0" name="host" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="port" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="65534"/></xs:restriction><xs:element minOccurs="0" name="ssl-enabled" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="principal" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="credential-encrypted" nillable="true" type="xs:string"/><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="follow-referrals" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="bind-anonymously-on-referrals" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="results-time-limit" nillable="false" type="xs:int">
</xs:element><xs:element minOccurs="0" name="connect-timeout" nillable="false" type="xs:int">
</xs:element><xs:element minOccurs="0" name="parallel-connect-delay" nillable="false" type="xs:int">
</xs:element><xs:element minOccurs="0" name="connection-retry-limit" nillable="false" type="xs:int"></xs:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Security Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |