|
Spring Social | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
S - The service API hosted by the intercepted service provider.public interface ConnectInterceptor<S>
Listens for service provider connection events. Allows for custom logic to be executed before and after connections are established with a specific service provider.
| Method Summary | |
|---|---|
void |
postConnect(Connection<S> connection,
org.springframework.web.context.request.WebRequest request)
Called immediately after the connection is established. |
void |
preConnect(ConnectionFactory<S> connectionFactory,
org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> parameters,
org.springframework.web.context.request.WebRequest request)
Called during connection initiation, immediately before user authorization. |
| Method Detail |
|---|
void preConnect(ConnectionFactory<S> connectionFactory,
org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> parameters,
org.springframework.web.context.request.WebRequest request)
void postConnect(Connection<S> connection,
org.springframework.web.context.request.WebRequest request)
|
Spring Social | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||