Class ConfigurationBackend.ConfigurationBackendCfg

    • Method Detail

      • dn

        public Dn dn()
        Description copied from interface: Configuration
        Gets the DN of the LDAP entry associated with this configuration.
        Specified by:
        dn in interface Configuration
        Returns:
        The DN of the LDAP entry associated with this configuration.
      • getBackendId

        public String getBackendId()
        Description copied from interface: BackendCfg
        Gets the "backend-id" property.

        Specifies a name to identify the associated backend.

        The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server.

        Specified by:
        getBackendId in interface BackendCfg
        Returns:
        Returns the value of the "backend-id" property.
      • isEnabled

        public boolean isEnabled()
        Description copied from interface: BackendCfg
        Gets the "enabled" property.

        Indicates whether the backend is enabled in the server.

        If a backend is not enabled, then its contents are not accessible when processing operations.

        Specified by:
        isEnabled in interface BackendCfg
        Returns:
        Returns the value of the "enabled" property.
      • getJavaClass

        public String getJavaClass()
        Description copied from interface: BackendCfg
        Gets the "java-class" property.

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

        Specified by:
        getJavaClass in interface BackendCfg
        Returns:
        Returns the value of the "java-class" property.