X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-BE-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalapp%2Fportal%2Fservice%2FBasicAuthAccountService.java;h=d32229d746637d3cb200a7b2818c3d17d76e3bdb;hb=2845910b34682056c1949f82e39d9205a26554e9;hp=1131308c3c37442e0bf718cdaa1676a5d3e6425f;hpb=485296388748c1efb5737cf7ae9d4a8254681552;p=portal.git diff --git a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/BasicAuthAccountService.java b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/BasicAuthAccountService.java index 1131308c..d32229d7 100644 --- a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/BasicAuthAccountService.java +++ b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/BasicAuthAccountService.java @@ -98,4 +98,14 @@ public interface BasicAuthAccountService { * @throws Exception */ void updateBasicAuthAccount(Long accountId, BasicAuthCredentials newCredential) throws Exception; + + /** + * Returns BasicAuthenticationAccount + * + * @param accountId + * @return BasicAuthCredentials + * @throws Exception + */ + + BasicAuthCredentials getBasicAuthCredentialsById(long id) throws Exception; }