- setAlwaysUsePostLoginUrl(boolean) - Method in class org.springframework.social.security.SocialAuthenticationFilter
-
- setAuthenticated(boolean) - Method in class org.springframework.social.security.SocialAuthenticationToken
-
- setAuthenticationServices(Iterable<SocialAuthenticationService<?>>) - Method in class org.springframework.social.security.SocialAuthenticationServiceRegistry
-
- setConnectionAddedRedirectUrl(String) - Method in class org.springframework.social.security.provider.AbstractSocialAuthenticationService
-
- setConnectionAddedRedirectUrl(String) - Method in class org.springframework.social.security.SocialAuthenticationFilter
-
an authenticated user can add additional connections.
- setConnectionAddingFailureRedirectUrl(String) - Method in class org.springframework.social.security.SocialAuthenticationFilter
-
redirect the user after an attempt to add an additional authentication failed.
- setConnectionCardinality(SocialAuthenticationService.ConnectionCardinality) - Method in class org.springframework.social.security.provider.AbstractSocialAuthenticationService
-
- setConnectionFactory(OAuth1ConnectionFactory<S>) - Method in class org.springframework.social.security.provider.OAuth1AuthenticationService
-
- setConnectionFactory(OAuth2ConnectionFactory<S>) - Method in class org.springframework.social.security.provider.OAuth2AuthenticationService
-
- setDefaultFailureUrl(String) - Method in class org.springframework.social.security.SocialAuthenticationFilter
-
- setDefaultScope(String) - Method in class org.springframework.social.security.provider.OAuth2AuthenticationService
-
- setFilterProcessesUrl(String) - Method in class org.springframework.social.security.SocialAuthenticationFilter
-
- setPostFailureUrl(String) - Method in class org.springframework.social.security.SocialAuthenticationFilter
-
The URL to redirect to if authentication fails or if authorization is denied by the user.
- setPostLoginUrl(String) - Method in class org.springframework.social.security.SocialAuthenticationFilter
-
- setReturnToUrlParameters(Set<String>) - Method in class org.springframework.social.security.provider.OAuth1AuthenticationService
-
- setReturnToUrlParameters(Set<String>) - Method in class org.springframework.social.security.provider.OAuth2AuthenticationService
-
- setSessionStrategy(SessionStrategy) - Method in class org.springframework.social.security.SocialAuthenticationFilter
-
Sets a strategy to use when persisting information that is to survive past the boundaries of a request.
- setSignupUrl(String) - Method in class org.springframework.social.security.SocialAuthenticationFilter
-
Sets the signup URL; the URL to redirect to if authentication fails so that the user can register with the application.
- setUpdateConnections(boolean) - Method in class org.springframework.social.security.SocialAuthenticationFilter
-
- signupUrl(String) - Method in class org.springframework.social.security.SpringSocialConfigurer
-
Sets the URL to land on after an authentication failure so that the user can register with the application.
- SocialAuthenticationException - Exception in org.springframework.social.security
-
Indicates an error while authenticating against a social provider.
- SocialAuthenticationException(String) - Constructor for exception org.springframework.social.security.SocialAuthenticationException
-
- SocialAuthenticationException(String, Throwable) - Constructor for exception org.springframework.social.security.SocialAuthenticationException
-
- SocialAuthenticationFilter - Class in org.springframework.social.security
-
Filter for handling the provider sign-in flow within the Spring Security filter chain.
- SocialAuthenticationFilter(AuthenticationManager, UserIdSource, UsersConnectionRepository, SocialAuthenticationServiceLocator) - Constructor for class org.springframework.social.security.SocialAuthenticationFilter
-
- SocialAuthenticationProvider - Class in org.springframework.social.security
-
AuthenticationProvider for spring-social based ServiceProviders
- SocialAuthenticationProvider(UsersConnectionRepository, SocialUserDetailsService) - Constructor for class org.springframework.social.security.SocialAuthenticationProvider
-
- SocialAuthenticationRedirectException - Exception in org.springframework.social.security
-
Indicates the need to perform a redirect in the course of authenticating with a social provider.
- SocialAuthenticationRedirectException(URL) - Constructor for exception org.springframework.social.security.SocialAuthenticationRedirectException
-
- SocialAuthenticationRedirectException(String) - Constructor for exception org.springframework.social.security.SocialAuthenticationRedirectException
-
- SocialAuthenticationService<S> - Interface in org.springframework.social.security.provider
-
Authentication for social ConnectionFactory
- SocialAuthenticationService.ConnectionCardinality - Enum in org.springframework.social.security.provider
-
- SocialAuthenticationServiceLocator - Interface in org.springframework.social.security
-
- SocialAuthenticationServiceRegistry - Class in org.springframework.social.security
-
- SocialAuthenticationServiceRegistry() - Constructor for class org.springframework.social.security.SocialAuthenticationServiceRegistry
-
- SocialAuthenticationToken - Class in org.springframework.social.security
-
Authentication token for social authentication, e.g.
- SocialAuthenticationToken(Connection<?>, Map<String, String>) - Constructor for class org.springframework.social.security.SocialAuthenticationToken
-
- SocialAuthenticationToken(Connection<?>, Serializable, Map<String, String>, Collection<? extends GrantedAuthority>) - Constructor for class org.springframework.social.security.SocialAuthenticationToken
-
- SocialUser - Class in org.springframework.social.security
-
- SocialUser(String, String, boolean, boolean, boolean, boolean, Collection<? extends GrantedAuthority>) - Constructor for class org.springframework.social.security.SocialUser
-
- SocialUser(String, String, Collection<? extends GrantedAuthority>) - Constructor for class org.springframework.social.security.SocialUser
-
- SocialUserDetails - Interface in org.springframework.social.security
-
- SocialUserDetailsService - Interface in org.springframework.social.security
-
similar to UserDetailsService but loads details by user id, not username
- SpringSocialConfigurer - Class in org.springframework.social.security
-
- SpringSocialConfigurer() - Constructor for class org.springframework.social.security.SpringSocialConfigurer
-
Constructs a SpringSocialHttpConfigurer.
- supports(Class<? extends Object>) - Method in class org.springframework.social.security.SocialAuthenticationProvider
-