use of ca.corefacility.bioinformatics.irida.ria.security.CredentialsExpriredAuthenticationFailureHandler in project irida by phac-nml.
the class CredentialsExpiredAuthenticationFailureHandlerTest method setUp.
@Before
public void setUp() {
resetService = mock(PasswordResetService.class);
userService = mock(UserService.class);
handler = new CredentialsExpriredAuthenticationFailureHandler(resetService, userService);
}
Aggregations