Interface HvlLdapOuRestService

All Known Implementing Classes:
HvlOAuthLdapOuController

@Validated @HvlPublicFeignRestService @FeignClient(name="${hvl.oauth.ldap.service.name:ldapOuPublicRestService}", path="${hvl.oauth.ldap.service.ou.path:/ou}", url="${hvl.oauth.ldap.service.url}") public interface HvlLdapOuRestService
  • Method Summary

    Modifier and Type
    Method
    Description
    tr.com.havelsan.javarch.service.data.HvlResponse<List<HvlLdapOuModel>>
    getOuList(@NotNull HvlLdapOuQueryModel queryModel)
    Get all ou list.
  • Method Details

    • getOuList

      @PostMapping(path="/list", consumes="application/json", produces="application/json") tr.com.havelsan.javarch.service.data.HvlResponse<List<HvlLdapOuModel>> getOuList(@RequestBody @NotNull @NotNull HvlLdapOuQueryModel queryModel)
      Get all ou list.
      Returns:
      the List