Uses of Interface
org.springframework.social.security.provider.SocialAuthenticationService
-
Packages that use SocialAuthenticationService Package Description org.springframework.social.security org.springframework.social.security.provider -
-
Uses of SocialAuthenticationService in org.springframework.social.security
Methods in org.springframework.social.security that return SocialAuthenticationService Modifier and Type Method Description SocialAuthenticationService<?>SocialAuthenticationServiceLocator. getAuthenticationService(String providerId)Lookup aSocialAuthenticationServiceby providerId; for example, "facebook".SocialAuthenticationService<?>SocialAuthenticationServiceRegistry. getAuthenticationService(String providerId)Methods in org.springframework.social.security with parameters of type SocialAuthenticationService Modifier and Type Method Description voidSocialAuthenticationServiceRegistry. addAuthenticationService(SocialAuthenticationService<?> authenticationService)Add aSocialAuthenticationServiceto this registry.protected Connection<?>SocialAuthenticationFilter. addConnection(SocialAuthenticationService<?> authService, String userId, ConnectionData data)Method parameters in org.springframework.social.security with type arguments of type SocialAuthenticationService Modifier and Type Method Description voidSocialAuthenticationServiceRegistry. setAuthenticationServices(Iterable<SocialAuthenticationService<?>> authenticationServices)Set the group ofSocialAuthenticationServices registered in this registry. -
Uses of SocialAuthenticationService in org.springframework.social.security.provider
Classes in org.springframework.social.security.provider that implement SocialAuthenticationService Modifier and Type Class Description classAbstractSocialAuthenticationService<S>classOAuth1AuthenticationService<S>classOAuth2AuthenticationService<S>
-