Ertine

Results 1 issues of Ertine

Hi! I take sample from http://static.springsource.org/spring-security/site/docs/3.1.x/reference/springsecurity-single.html#d0e1837 and run it with vaadin-spring-integration add-on. These code from example: Authentication request = new UsernamePasswordAuthenticationToken(name, password); Authentication result = am.authenticate(request); SecurityContextHolder.getContext().setAuthentication(result); After true authentication...