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>
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