- callbackUrl(NativeWebRequest) - Method in class org.springframework.social.connect.web.ConnectSupport
-
- canceledAuthorizationCallback() - Method in class org.springframework.social.connect.web.ProviderSignInController
-
Process the authentication callback when neither the oauth_token or code parameter is given, likely indicating that the user denied authorization with the provider.
- completeConnection(OAuth1ConnectionFactory<?>, NativeWebRequest) - Method in class org.springframework.social.connect.web.ConnectSupport
-
Complete the connection to the OAuth1 provider.
- completeConnection(OAuth2ConnectionFactory<?>, NativeWebRequest) - Method in class org.springframework.social.connect.web.ConnectSupport
-
Complete the connection to the OAuth2 provider.
- connect(String, NativeWebRequest) - Method in class org.springframework.social.connect.web.ConnectController
-
Process a connect form submission by commencing the process of establishing a connection to the provider on behalf of the member.
- ConnectController - Class in org.springframework.social.connect.web
-
Generic UI controller for managing the account-to-service-provider connection flow.
- ConnectController(ConnectionFactoryLocator, ConnectionRepository) - Constructor for class org.springframework.social.connect.web.ConnectController
-
Constructs a ConnectController.
- connectedView(String) - Method in class org.springframework.social.connect.web.ConnectController
-
Returns the view name of a page to display for a provider when the user is connected to the provider.
- ConnectInterceptor<S> - Interface in org.springframework.social.connect.web
-
Listens for service provider connection events.
- connectionStatus(NativeWebRequest, Model) - Method in class org.springframework.social.connect.web.ConnectController
-
Render the status of connections across all providers to the user as HTML in their web browser.
- connectionStatus(String, NativeWebRequest, Model) - Method in class org.springframework.social.connect.web.ConnectController
-
Render the status of the connections to the service provider to the user as HTML in their web browser.
- connectionStatusRedirect(String, NativeWebRequest) - Method in class org.springframework.social.connect.web.ConnectController
-
Returns a RedirectView with the URL to redirect to after a connection is created or deleted.
- ConnectSupport - Class in org.springframework.social.connect.web
-
Provides common connect support and utilities for Java web/servlet environments.
- ConnectSupport() - Constructor for class org.springframework.social.connect.web.ConnectSupport
-
- ConnectSupport(SessionStrategy) - Constructor for class org.springframework.social.connect.web.ConnectSupport
-
- connectView() - Method in class org.springframework.social.connect.web.ConnectController
-
Returns the view name of a general connection status page, typically displaying the user's connection status for all providers.
- connectView(String) - Method in class org.springframework.social.connect.web.ConnectController
-
Returns the view name of a page to display for a provider when the user is not connected to the provider.
- SESSION_ATTRIBUTE - Static variable in class org.springframework.social.connect.web.ProviderSignInAttempt
-
Name of the session attribute ProviderSignInAttempt instances are indexed under.
- SessionStrategy - Interface in org.springframework.social.connect.web
-
- SessionUserIdSource - Class in org.springframework.social.connect.web
-
UserIdSource implementation that uses the session ID as the user ID.
- SessionUserIdSource() - Constructor for class org.springframework.social.connect.web.SessionUserIdSource
-
- setApplicationUrl(String) - Method in class org.springframework.social.connect.web.ConnectController
-
Configures the base secure URL for the application this controller is being used in e.g.
- setApplicationUrl(String) - Method in class org.springframework.social.connect.web.ConnectSupport
-
Configures the base secure URL for the application this controller is being used in e.g.
- setApplicationUrl(String) - Method in class org.springframework.social.connect.web.ProviderSignInController
-
Configures the base secure URL for the application this controller is being used in e.g.
- setAttribute(RequestAttributes, String, Object) - Method in class org.springframework.social.connect.web.HttpSessionSessionStrategy
-
- setAttribute(RequestAttributes, String, Object) - Method in interface org.springframework.social.connect.web.SessionStrategy
-
- setCallbackUrl(String) - Method in class org.springframework.social.connect.web.ConnectSupport
-
Configures a specific callback URL that is to be used instead of calculating one based on the application URL or current request URL.
- setConnectInterceptors(List<ConnectInterceptor<?>>) - Method in class org.springframework.social.connect.web.ConnectController
-
Configure the list of connect interceptors that should receive callbacks during the connection process.
- setConnectionStatusUrlPath(String) - Method in class org.springframework.social.connect.web.ConnectController
-
Sets the URL path prefix for connection status redirects.
- setDisconnectInterceptors(List<DisconnectInterceptor<?>>) - Method in class org.springframework.social.connect.web.ConnectController
-
Configure the list of discconnect interceptors that should receive callbacks when connections are removed.
- setInterceptors(List<ConnectInterceptor<?>>) - Method in class org.springframework.social.connect.web.ConnectController
-
- setPostSignInUrl(String) - Method in class org.springframework.social.connect.web.ProviderSignInController
-
Sets the default URL to redirect the user to after signing in using a provider.
- setProvider(String) - Method in class org.springframework.social.connect.web.taglib.BaseSocialConnectedTag
-
- setSessionStrategy(SessionStrategy) - Method in class org.springframework.social.connect.web.ConnectController
-
Sets a strategy to use when persisting information that is to survive past the boundaries of a request.
- setSessionStrategy(SessionStrategy) - Method in class org.springframework.social.connect.web.ProviderSignInController
-
Sets a strategy to use when persisting information that is to survive past the boundaries of a request.
- setSignInInterceptors(List<ProviderSignInInterceptor<?>>) - Method in class org.springframework.social.connect.web.ProviderSignInController
-
Configure the list of sign in interceptors that should receive callbacks during the sign in process.
- setSignInUrl(String) - Method in class org.springframework.social.connect.web.ProviderSignInController
-
Sets the URL of the application's sign in page.
- setSignUpUrl(String) - Method in class org.springframework.social.connect.web.ProviderSignInController
-
Sets the URL to redirect the user to if no local user account can be mapped when signing in using a provider.
- setUseAuthenticateUrl(boolean) - Method in class org.springframework.social.connect.web.ConnectSupport
-
Flag indicating if this instance will support OAuth-based authentication instead of the traditional user authorization.
- setViewPath(String) - Method in class org.springframework.social.connect.web.ConnectController
-
Sets the path to connection status views.
- shouldPerformRefreshPostRequest(HttpServletRequest) - Method in class org.springframework.social.connect.web.ReconnectFilter
-
Determines whether or not the handled request should be converted to a POST request to
ConnectController for authorization.
- signIn(String, NativeWebRequest) - Method in class org.springframework.social.connect.web.ProviderSignInController
-
Process a sign-in form submission by commencing the process of establishing a connection to the provider on behalf of the user.
- signIn(String, Connection<?>, NativeWebRequest) - Method in interface org.springframework.social.connect.web.SignInAdapter
-
Complete a provider sign-in attempt by signing in the local user account with the specified id.
- SignInAdapter - Interface in org.springframework.social.connect.web
-
- SocialConnectedTag - Class in org.springframework.social.connect.web.taglib
-
JSP Tag to return true/false if you're connected to a provider.
- SocialConnectedTag() - Constructor for class org.springframework.social.connect.web.taglib.SocialConnectedTag
-
- SocialNotConnectedTag - Class in org.springframework.social.connect.web.taglib
-
JSP Tag to return true/false if you're NOT connected to a provider.
- SocialNotConnectedTag() - Constructor for class org.springframework.social.connect.web.taglib.SocialNotConnectedTag
-