Class ImportParameters


  • public final class ImportParameters
    extends Object
    Parameters to import LDIF data to a directory server.
    • Method Detail

      • importParams

        public static ImportParameters importParams()
        Creates the import parameters.
        Returns:
        parameters
      • backendId

        public ImportParameters backendId​(String backendId)
        Sets the backend id of the backend to import.
        Parameters:
        backendId - the backend id
        Returns:
        this builder
      • ldifFile

        public ImportParameters ldifFile​(String ldifFile)
        Sets the path to the LDIF file to be imported.
        Parameters:
        ldifFile - The path to the LDIF file
        Returns:
        this builder