Interface BBjAdminLDAPSearch

All Superinterfaces:
BBjAdminCommitPropertyWriter, BBjAdminCommitWriter, BBjAdminPropertyReader, BBjAdminPropertyWriter, Remote, Serializable

public interface BBjAdminLDAPSearch extends BBjAdminCommitPropertyWriter, Serializable
Contains the definition for an LDAP search query that is compatible with the information needed by the UnboundID LDAP SDK.
  • Field Details

  • Method Details

    • execute

      BBjAdminList<String[]> execute(String p_host, int p_port, String p_prependOrBindDN, String p_append, String p_user, String p_password) throws BBjAdminException
      Executes the search and returns the results as a list of string arrays. To execute the query on a secure server using LDAPS, the host should include ldaps:// in front of it. For example:
      ldaps://myldap.myserver.com
      Parameters:
      p_host - Host name for the LDAP server. Use ldaps:// in front of the host name for a secure, LDAPS connection.
      p_port -
      p_prependOrBindDN -
      p_append -
      p_user -
      p_password -
      Throws:
      BBjAdminException
    • execute

      BBjAdminList<String[]> execute(String p_host, int p_port, int p_timeout, String p_prependOrBindDN, String p_append, String p_user, String p_password) throws BBjAdminException
      Executes the search and returns the results as a list of string arrays. To execute the query on a secure server using LDAPS, the host should include ldaps:// in front of it. For example:
      ldaps://myldap.myserver.com
      Parameters:
      p_host - Host name for the LDAP server. Use ldaps:// in front of the host name for a secure, LDAPS connection.
      p_port -
      p_timeout -
      p_prependOrBindDN -
      p_append -
      p_user -
      p_password -
      Throws:
      BBjAdminException