Moved MockAuthenticationManager to test package.
This commit is contained in:
parent
1b43e3661a
commit
365ae3936e
|
@ -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 {
|
Loading…
Reference in New Issue