Class AdministrationConnectorCfgDefn

    • Method Detail

      • getInstance

        public static AdministrationConnectorCfgDefn getInstance()
        Get the Administration Connector configuration definition singleton.
        Returns:
        Returns the Administration Connector configuration definition singleton.
      • getListenAddressPropertyDefinition

        public IPAddressPropertyDefinition getListenAddressPropertyDefinition()
        Get the "listen-address" property definition.

        Specifies the address or set of addresses on which this Administration Connector should listen for connections from LDAP clients.

        Multiple addresses may be provided as separate values for this attribute. If no values are provided, then the Administration Connector listens on all interfaces.

        Returns:
        Returns the "listen-address" property definition.
      • getListenPortPropertyDefinition

        public IntegerPropertyDefinition getListenPortPropertyDefinition()
        Get the "listen-port" property definition.

        Specifies the port number on which the Administration Connector will listen for connections from clients.

        Only a single port number may be provided.

        Returns:
        Returns the "listen-port" property definition.
      • getSSLCertNicknamePropertyDefinition

        public StringPropertyDefinition getSSLCertNicknamePropertyDefinition()
        Get the "ssl-cert-nickname" property definition.

        Specifies the nicknames (also called the aliases) of the keys or key pairs that the Administration Connector should use when performing SSL communication. The property can be used multiple times (referencing different nicknames) when server certificates with different public key algorithms are used in parallel (for example, RSA, DSA, and ECC-based algorithms). When a nickname refers to an asymmetric (public/private) key pair, the nickname for the public key certificate and associated private key entry must match exactly. A single nickname is used to retrieve both the public key and the private key.

        Returns:
        Returns the "ssl-cert-nickname" property definition.
      • getSSLCipherSuitePropertyDefinition

        public StringPropertyDefinition getSSLCipherSuitePropertyDefinition()
        Get the "ssl-cipher-suite" property definition.

        Specifies the names of the SSL cipher suites that are allowed for use in SSL communication.

        Returns:
        Returns the "ssl-cipher-suite" property definition.
      • getSSLProtocolPropertyDefinition

        public StringPropertyDefinition getSSLProtocolPropertyDefinition()
        Get the "ssl-protocol" property definition.

        Specifies the names of the SSL protocols that are allowed for use in SSL or StartTLS communication.

        Returns:
        Returns the "ssl-protocol" property definition.