November 2017
Intermediate to advanced
542 pages
14h 24m
English
Let's perform the following steps to configure CalendarUserAuthenticationProvider:
//src/main/java/com/packtpub/springsecurity/configuration/ SecurityConfig.java @Autowired CalendarUserAuthenticationProvider cuap; @Override public void configure(AuthenticationManagerBuilder auth) throws Exception { auth.authenticationProvider(cuap); }
Read now
Unlock full access