Package org.springframework.social.canvas.user

Examples of org.springframework.social.canvas.user.UserInterceptor


@EnableWebMvc
public class WebMvcConfig extends WebMvcConfigurerAdapter {

  @Override
  public void addInterceptors(InterceptorRegistry registry) {
    registry.addInterceptor(new UserInterceptor(usersConnectionRepository));
  }
View Full Code Here

TOP

Related Classes of org.springframework.social.canvas.user.UserInterceptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.