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
The interface Hvl ldap ou rest service.
  • Method Summary

    Modifier and Type
    Method
    Description
    tr.com.havelsan.javarch.service.data.HvlResponse<List<HvlLdapOuModel>>
    getOuList(@NotNull HvlLdapOuQueryModel queryModel)
    Gets 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)
      Gets ou list.
      Parameters:
      queryModel - the query model
      Returns:
      the ou list