All Known Implementing Classes:
HvlAuthzAuditRestController

@HvlPublicFeignRestService @FeignClient(name="auditRestService", path="${hvl.oauth.authz.support.service.audit.path:/audits}", url="${hvl.oauth.authz.support.service.audit.url:${hvl.oauth.authz.support.service.url}}") public interface HvlAuthzAuditRestService
A restful service which provides specific methods for audit.
  • Method Summary

    Modifier and Type
    Method
    Description
    tr.com.havelsan.javarch.service.data.HvlResponse<List<HvlOAuthAuditModel>>
    Returns a list of audit matching the query criteria.
  • Method Details

    • queryList

      @GetMapping(path="/list", produces="application/json") tr.com.havelsan.javarch.service.data.HvlResponse<List<HvlOAuthAuditModel>> queryList()
      Returns a list of audit matching the query criteria.
      Returns:
      the hvl response