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