private SimpleTestUsernamePasswordAuthenticationHandler authenticationHandler;
protected void setUp() throws Exception {
this.authenticationHandler = new SimpleTestUsernamePasswordAuthenticationHandler();
this.authenticationHandler
.setPasswordEncoder(new PlainTextPasswordEncoder());
}