|
@@ -38,8 +38,7 @@ public class MockAuthenticationManager extends AbstractAuthenticationManager {
|
|
|
|
|
|
//~ Methods ========================================================================================================
|
|
|
|
|
|
- public Authentication doAuthentication(Authentication authentication)
|
|
|
- throws AuthenticationException {
|
|
|
+ public Authentication doAuthentication(Authentication authentication) throws AuthenticationException {
|
|
|
if (grantAccess) {
|
|
|
return authentication;
|
|
|
} else {
|