Skip navigation links
spring-social-security
A B C D G I L O P R S T U V 

A

AbstractSocialAuthenticationService<S> - Class in org.springframework.social.security.provider
 
AbstractSocialAuthenticationService() - Constructor for class org.springframework.social.security.provider.AbstractSocialAuthenticationService
 
addAuthenticationService(SocialAuthenticationService<?>) - Method in class org.springframework.social.security.SocialAuthenticationServiceRegistry
Add a SocialAuthenticationService to this registry.
addConnection(SocialAuthenticationService<?>, String, ConnectionData) - Method in class org.springframework.social.security.SocialAuthenticationFilter
 
addCustomParameters(OAuth2Parameters) - Method in class org.springframework.social.security.provider.OAuth2AuthenticationService
 
afterPropertiesSet() - Method in class org.springframework.social.security.provider.AbstractSocialAuthenticationService
 
afterPropertiesSet() - Method in class org.springframework.social.security.provider.OAuth1AuthenticationService
 
afterPropertiesSet() - Method in class org.springframework.social.security.provider.OAuth2AuthenticationService
 
alwaysUsePostLoginUrl(boolean) - Method in class org.springframework.social.security.SpringSocialConfigurer
If true, always redirect to postLoginUrl, even if a pre-signin target is in the request cache.
attemptAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.social.security.SocialAuthenticationFilter
 
authenticate(Authentication) - Method in class org.springframework.social.security.SocialAuthenticationProvider
Authenticate user based on SocialAuthenticationToken
AuthenticationNameUserIdSource - Class in org.springframework.social.security
Implementation of UserIdSource that returns the Spring Security Authentication's name as the user ID.
AuthenticationNameUserIdSource() - Constructor for class org.springframework.social.security.AuthenticationNameUserIdSource
 

B

buildReturnToUrl(HttpServletRequest) - Method in class org.springframework.social.security.provider.OAuth1AuthenticationService
 
buildReturnToUrl(HttpServletRequest) - Method in class org.springframework.social.security.provider.OAuth2AuthenticationService
 

C

configure(HttpSecurity) - Method in class org.springframework.social.security.SpringSocialConfigurer
 
connectionAddedRedirectUrl(String) - Method in class org.springframework.social.security.SpringSocialConfigurer
Sets the URL to land on after an a connection was added.

D

detectRejection(HttpServletRequest) - Method in class org.springframework.social.security.SocialAuthenticationFilter
Detects a callback request after a user rejects authorization to prevent a never-ending redirect loop.

G

getAuthenticationService(String) - Method in interface org.springframework.social.security.SocialAuthenticationServiceLocator
Lookup a SocialAuthenticationService by providerId; for example, "facebook".
getAuthenticationService(String) - Method in class org.springframework.social.security.SocialAuthenticationServiceRegistry
 
getAuthorities(String, UserDetails) - Method in class org.springframework.social.security.SocialAuthenticationProvider
Override to grant authorities based on ServiceProvider id and/or a user's account id
getAuthServiceLocator() - Method in class org.springframework.social.security.SocialAuthenticationFilter
 
getAuthToken(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.social.security.provider.OAuth1AuthenticationService
 
getAuthToken(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.social.security.provider.OAuth2AuthenticationService
 
getAuthToken(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.social.security.provider.SocialAuthenticationService
extract SocialAuthenticationToken from request
getConnection() - Method in class org.springframework.social.security.SocialAuthenticationToken
 
getConnectionAddedRedirectUrl(HttpServletRequest, Connection<?>) - Method in class org.springframework.social.security.provider.AbstractSocialAuthenticationService
 
getConnectionAddedRedirectUrl(HttpServletRequest, Connection<?>) - Method in interface org.springframework.social.security.provider.SocialAuthenticationService
 
getConnectionCardinality() - Method in class org.springframework.social.security.provider.AbstractSocialAuthenticationService
 
getConnectionCardinality() - Method in interface org.springframework.social.security.provider.SocialAuthenticationService
 
getConnectionFactory() - Method in class org.springframework.social.security.provider.OAuth1AuthenticationService
 
getConnectionFactory() - Method in class org.springframework.social.security.provider.OAuth2AuthenticationService
 
getConnectionFactory() - Method in interface org.springframework.social.security.provider.SocialAuthenticationService
 
getCredentials() - Method in class org.springframework.social.security.SocialAuthenticationToken
 
getDelegate() - Method in class org.springframework.social.security.SocialAuthenticationFailureHandler
 
getPrincipal() - Method in class org.springframework.social.security.SocialAuthenticationToken
 
getProviderAccountData() - Method in class org.springframework.social.security.SocialAuthenticationToken
 
getProviderId() - Method in class org.springframework.social.security.SocialAuthenticationToken
 
getProxyHeaderAwareRequestURL(HttpServletRequest) - Method in class org.springframework.social.security.provider.OAuth2AuthenticationService
 
getRedirectUrl() - Method in exception org.springframework.social.security.SocialAuthenticationRedirectException
 
getReturnToUrlParameters() - Method in class org.springframework.social.security.provider.OAuth1AuthenticationService
 
getReturnToUrlParameters() - Method in class org.springframework.social.security.provider.OAuth2AuthenticationService
 
getUserId() - Method in class org.springframework.social.security.AuthenticationNameUserIdSource
 
getUserId() - Method in class org.springframework.social.security.SocialUser
 
getUserId() - Method in interface org.springframework.social.security.SocialUserDetails
The user's identity at the provider.
getUsersConnectionRepository() - Method in class org.springframework.social.security.SocialAuthenticationFilter
 

I

isAuthenticatePossible() - Method in enum org.springframework.social.security.provider.SocialAuthenticationService.ConnectionCardinality
 
isMultiProviderUserId() - Method in enum org.springframework.social.security.provider.SocialAuthenticationService.ConnectionCardinality
allow many providerUserIds per userId
isMultiUserId() - Method in enum org.springframework.social.security.provider.SocialAuthenticationService.ConnectionCardinality
allow many userIds per providerUserId.

L

loadUserByUserId(String) - Method in interface org.springframework.social.security.SocialUserDetailsService
 
logger - Variable in class org.springframework.social.security.provider.OAuth2AuthenticationService
 

O

OAuth1AuthenticationService<S> - Class in org.springframework.social.security.provider
 
OAuth1AuthenticationService(OAuth1ConnectionFactory<S>) - Constructor for class org.springframework.social.security.provider.OAuth1AuthenticationService
 
OAuth2AuthenticationService<S> - Class in org.springframework.social.security.provider
 
OAuth2AuthenticationService(OAuth2ConnectionFactory<S>) - Constructor for class org.springframework.social.security.provider.OAuth2AuthenticationService
 
onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.social.security.SocialAuthenticationFailureHandler
 
org.springframework.social.security - package org.springframework.social.security
 
org.springframework.social.security.provider - package org.springframework.social.security.provider
 

P

postFailureUrl(String) - Method in class org.springframework.social.security.SpringSocialConfigurer
Sets the URL to redirect to if authentication fails or if authorization is denied by the user.
postLoginUrl(String) - Method in class org.springframework.social.security.SpringSocialConfigurer
Sets the URL to land on after a successful login.

R

registeredAuthenticationProviderIds() - Method in interface org.springframework.social.security.SocialAuthenticationServiceLocator
Returns the set of providerIds for which a SocialAuthenticationService is registered; for example, {"twitter", "facebook", "foursquare" }.
registeredAuthenticationProviderIds() - Method in class org.springframework.social.security.SocialAuthenticationServiceRegistry
 
requiresAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.social.security.SocialAuthenticationFilter
Deprecated.

S

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
Set the group of SocialAuthenticationServices registered in this registry.
setConnectionAddedRedirectUrl(String) - Method in class org.springframework.social.security.provider.AbstractSocialAuthenticationService
 
setConnectionAddedRedirectUrl(String) - Method in class org.springframework.social.security.SocialAuthenticationFilter
 
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
 
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
 
SocialAuthenticationFailureHandler - Class in org.springframework.social.security
 
SocialAuthenticationFailureHandler(AuthenticationFailureHandler) - Constructor for class org.springframework.social.security.SocialAuthenticationFailureHandler
 
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
simple utility class that uses User.getUsername() as SocialUserDetails.getUserId() for SocialUserDetails
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
Configurer that adds SocialAuthenticationFilter to Spring Security's filter chain.
SpringSocialConfigurer() - Constructor for class org.springframework.social.security.SpringSocialConfigurer
Constructs a SpringSocialConfigurer.
supports(Class<? extends Object>) - Method in class org.springframework.social.security.SocialAuthenticationProvider
 

T

toUserId(Connection<?>) - Method in class org.springframework.social.security.SocialAuthenticationProvider
 

U

userIdSource(UserIdSource) - Method in class org.springframework.social.security.SpringSocialConfigurer
Sets the UserIdSource to use for authentication.

V

valueOf(String) - Static method in enum org.springframework.social.security.provider.SocialAuthenticationService.ConnectionCardinality
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.social.security.provider.SocialAuthenticationService.ConnectionCardinality
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D G I L O P R S T U V 
Skip navigation links
spring-social-security