Uses of Interface
org.springframework.social.connect.web.DisconnectInterceptor
-
Packages that use DisconnectInterceptor Package Description org.springframework.social.connect.web Spring MVC Controller for controlling ServiceProvider connect operations. -
-
Uses of DisconnectInterceptor in org.springframework.social.connect.web
Methods in org.springframework.social.connect.web with parameters of type DisconnectInterceptor Modifier and Type Method Description voidConnectController. addDisconnectInterceptor(DisconnectInterceptor<?> interceptor)Adds a DisconnectInterceptor to receive callbacks during the disconnection process.Method parameters in org.springframework.social.connect.web with type arguments of type DisconnectInterceptor Modifier and Type Method Description voidConnectController. setDisconnectInterceptors(List<DisconnectInterceptor<?>> interceptors)Configure the list of discconnect interceptors that should receive callbacks when connections are removed.
-