Uses of Interface
org.springframework.social.connect.web.ConnectInterceptor
-
Packages that use ConnectInterceptor Package Description org.springframework.social.connect.web Spring MVC Controller for controlling ServiceProvider connect operations. -
-
Uses of ConnectInterceptor in org.springframework.social.connect.web
Methods in org.springframework.social.connect.web with parameters of type ConnectInterceptor Modifier and Type Method Description voidConnectController. addInterceptor(ConnectInterceptor<?> interceptor)Adds a ConnectInterceptor to receive callbacks during the connection process.Method parameters in org.springframework.social.connect.web with type arguments of type ConnectInterceptor Modifier and Type Method Description voidConnectController. setConnectInterceptors(List<ConnectInterceptor<?>> interceptors)Configure the list of connect interceptors that should receive callbacks during the connection process.voidConnectController. setInterceptors(List<ConnectInterceptor<?>> interceptors)Deprecated.UseConnectController.setConnectInterceptors(List)instead.
-