Interface HvlAuthzAuthorityOperationRestService

All Known Implementing Classes:
HvlAuthzAuthorityRestController

@Validated @HvlPrivateFeignRestService @FeignClient(name="authorityPrivateRestService", path="${hvl.oauth.authz.service.authority.path:/authorities}", url="${hvl.oauth.authz.service.authority.url:${hvl.oauth.authz.service.url}}") public interface HvlAuthzAuthorityOperationRestService
A restful service which provides specific operational methods for authority.
  • Method Summary

    Modifier and Type
    Method
    Description
    tr.com.havelsan.javarch.service.data.HvlResponse<Void>
    updateTags(@NotNull @Valid HvlOAuthAuthorityTagPersistModel authorityTagPersistModel)
    Update tag to authority.
  • Method Details

    • updateTags

      @PutMapping(path="/tags", consumes="application/json", produces="application/json") tr.com.havelsan.javarch.service.data.HvlResponse<Void> updateTags(@NotNull @Valid @RequestBody @NotNull @Valid HvlOAuthAuthorityTagPersistModel authorityTagPersistModel)
      Update tag to authority.
      Parameters:
      authorityTagPersistModel - the authority tag persist model
      Returns:
      the hvl response