Interface Rest2ldapEndpointCfgClient

  • All Superinterfaces:
    ConfigurationClient, HTTPEndpointCfgClient

    public interface Rest2ldapEndpointCfgClient
    extends HTTPEndpointCfgClient
    A client-side interface for reading and modifying Rest2ldap Endpoint settings.

    The Rest2ldap Endpoint provides RESTful access to LDAP application data using a set of customizable data transformations.

    • Method Detail

      • getConfigDirectory

        String getConfigDirectory()
        Gets the "config-directory" property.

        The directory containing the Rest2Ldap configuration file(s) for this specific endpoint.

        The directory must be readable by the server and may contain multiple configuration files, one for each supported version of the REST endpoint. If a relative path is used then it will be resolved against the server's instance directory.

        Returns:
        Returns the value of the "config-directory" property.
      • setConfigDirectory

        void setConfigDirectory​(String value)
                         throws PropertyException
        Sets the "config-directory" property.

        The directory containing the Rest2Ldap configuration file(s) for this specific endpoint.

        The directory must be readable by the server and may contain multiple configuration files, one for each supported version of the REST endpoint. If a relative path is used then it will be resolved against the server's instance directory.

        Parameters:
        value - The value of the "config-directory" 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 Rest2ldap Endpoint implementation.

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

        void setJavaClass​(String value)
                   throws PropertyException
        Sets the "java-class" property.

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

        Specified by:
        setJavaClass in interface HTTPEndpointCfgClient
        Parameters:
        value - The value of the "java-class" property.
        Throws:
        PropertyException - If the new value is invalid.