Interface LDIFBackendCfgClient

    • Method Detail

      • isIsPrivateBackend

        boolean isIsPrivateBackend()
        Gets the "is-private-backend" property.

        Indicates whether the backend should be considered a private backend, which indicates that it is used for storing operational data rather than user-defined information.

        Returns:
        Returns the value of the "is-private-backend" property.
      • setIsPrivateBackend

        void setIsPrivateBackend​(Boolean value)
                          throws PropertyException
        Sets the "is-private-backend" property.

        Indicates whether the backend should be considered a private backend, which indicates that it is used for storing operational data rather than user-defined information.

        Parameters:
        value - The value of the "is-private-backend" property.
        Throws:
        PropertyException - If the new value is invalid.
      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the backend implementation.

        Specified by:
        getJavaClass in interface BackendCfgClient
        Specified by:
        getJavaClass in interface LocalBackendCfgClient
        Returns:
        Returns the value of the "java-class" property.
      • getLDIFFile

        String getLDIFFile()
        Gets the "ldif-file" property.

        Specifies the path to the LDIF file containing the data for this backend.

        Returns:
        Returns the value of the "ldif-file" property.
      • setLDIFFile

        void setLDIFFile​(String value)
                  throws PropertyException
        Sets the "ldif-file" property.

        Specifies the path to the LDIF file containing the data for this backend.

        Parameters:
        value - The value of the "ldif-file" property.
        Throws:
        PropertyException - If the new value is invalid.