mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
26.14.2007 c93ee25db11a3a624fdc68c3e70f0c39ed0718a4
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ConnectionHandlerConfiguration.xml
@@ -31,13 +31,16 @@
  package="org.opends.server.admin.std" abstract="true"
  xmlns:adm="http://www.opends.org/admin"
  xmlns:ldap="http://www.opends.org/admin-ldap">
  <adm:synopsis>
    <adm:user-friendly-plural-name />
    are responsible for handling all interaction with the clients,
    including accepting the connections, reading requests, and sending
    responses.
  </adm:synopsis>
  <adm:tag name="core"/>
  <adm:profile name="ldap">
    <ldap:object-class>
      <ldap:oid>1.3.6.1.4.1.26027.1.2.13</ldap:oid>
@@ -45,6 +48,7 @@
      <ldap:superior>top</ldap:superior>
    </ldap:object-class>
  </adm:profile>
  <adm:property name="enabled" mandatory="true">
    <adm:synopsis>
      Indicate whether the
@@ -61,6 +65,7 @@
      </ldap:attribute>
    </adm:profile>
  </adm:property>
  <adm:property name="java-implementation-class" mandatory="true" advanced="true">
    <adm:synopsis>
      The fully-qualified name of the Java class that provides the
@@ -81,6 +86,7 @@
      </ldap:attribute>
    </adm:profile>
  </adm:property>
  <adm:property name="allowed-clients" multi-valued="true">
    <adm:synopsis>
      This property specifies a set of address masks that may be used to
@@ -96,7 +102,8 @@
      <adm:alias>
        <adm:synopsis>
          All clients with addresses that do not match an address on the
          deny list will be allowed.
          deny list will be allowed.  If there is no deny list, then all clients
          will be allowed.
        </adm:synopsis>
      </adm:alias>
    </adm:default-behavior>
@@ -110,6 +117,7 @@
      </ldap:attribute>
    </adm:profile>
  </adm:property>
  <adm:property name="denied-clients" multi-valued="true">
    <adm:synopsis>
      This property specifies a set of address masks that may be used to
@@ -128,8 +136,8 @@
    <adm:default-behavior>
      <adm:alias>
        <adm:synopsis>
          All clients with addresses that do match an address on the
          allow list will be allowed.
          If an allow list is specified, then only clients with addresses on the
          allow list will be allowed.  Otherwise, all clients will be allowed.
        </adm:synopsis>
      </adm:alias>
    </adm:default-behavior>