Remove the declaration of thrown exception 05/98505/1
authoranushadasari <danush10@in.ibm.com>
Mon, 18 Nov 2019 13:45:34 +0000 (19:15 +0530)
committeranushadasari <danush10@in.ibm.com>
Mon, 18 Nov 2019 13:45:59 +0000 (19:15 +0530)
Remove the declaration of thrown exception 'org.springframework.security.core.AuthenticationException' which is a runtime exception

Issue-ID: OPTFRA-632
Change-Id: I82c720c3c4fa67fb4959ffb06e032cb7021f24fc
Signed-off-by: anushadasari <danush10@in.ibm.com>
cmso-optimizer/src/main/java/org/onap/optf/cmso/optimizer/aaf/AafAuthProvider.java

index 80accfe..61c1eb8 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