Interface ILdapImport


@Path("/ldapimport") public interface ILdapImport
  • Method Details

    • testParameters

      @GET @Path("_testparameters") void testParameters(@QueryParam("hostname") String hostname, @QueryParam("protocol") String protocol, @QueryParam("allCertificate") String allCertificate, @QueryParam("basedn") String baseDn, @QueryParam("logindn") String loginDn, @QueryParam("password") String password, @QueryParam("userfilter") String userFilter, @QueryParam("groupfilter") String groupFilter) throws ServerFault
      Test LDAP parameters from core service
      Parameters:
      hostname -
      protocol -
      allCertificate - accept all certificate if true
      baseDn -
      loginDn -
      password -
      userFilter -
      groupFilter -
      Throws:
      ServerFault
    • fullSync

      @POST @Path("{uid}/_fullsync") void fullSync(@PathParam("uid") String domainUid) throws ServerFault
      Throws:
      ServerFault