Skip to content

Commit

Permalink
commit: DDCCGW-666 and DDCCGW-695
Browse files Browse the repository at this point in the history
  • Loading branch information
dattatrayamote committed Aug 20, 2024
1 parent db6f55f commit 9fd8410
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ public List<SignerInformationEntity> getCertificatesByAllGroups(List<String> gr
* @param country a participant aka country code, used as filter
* @return matching SignerInformationEntities
*/

public List<SignerInformationEntity> getCertificatesByCountryDomain(String country, String domain) {

return signerInformationRepository.getByDomainIsAndCountryIs(domain, country);
Expand Down

0 comments on commit 9fd8410

Please sign in to comment.