remove the declaration of thrown exception 36/98036/1
authormanisha07 <cmanis10@in.ibm.com>
Wed, 6 Nov 2019 10:59:35 +0000 (16:29 +0530)
committermanisha07 <cmanis10@in.ibm.com>
Wed, 6 Nov 2019 11:00:05 +0000 (16:30 +0530)
Issue-ID: OPTFRA-631
Change-Id: Id13015f53833315d42a43a587c2557957c067228
Signed-off-by: manisha07 <cmanis10@in.ibm.com>
cmso-service/src/main/java/org/onap/optf/cmso/aaf/AafAuthProvider.java

index c34e4b0..332ca73 100755 (executable)
@@ -55,7 +55,7 @@ public class AafAuthProvider implements AuthenticationProvider {
     AafClientCache clientCache;\r
 \r
     @Override\r
-    public Authentication authenticate(Authentication authentication) throws AuthenticationException {\r
+    public Authentication authenticate(Authentication authentication) {\r
         String name = authentication.getName();\r
         String password = authentication.getCredentials().toString();\r
         String sessionId = null;\r