Bulk upload changes and music health check apis
[portal.git] / ecomp-portal-BE-common / src / main / java / org / onap / portalapp / portal / service / BasicAuthAccountService.java
index 1131308..d32229d 100644 (file)
@@ -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;
 }