|
spring-social-security | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SocialAuthenticationServiceLocator
| Method Summary | |
|---|---|
SocialAuthenticationService<?> |
getAuthenticationService(java.lang.String providerId)
Lookup a SocialAuthenticationService by providerId; for example, "facebook". |
java.util.Set<java.lang.String> |
registeredAuthenticationProviderIds()
Returns the set of providerIds for which a SocialAuthenticationService is registered; for example, {"twitter", "facebook", "foursquare" }. |
| Methods inherited from interface org.springframework.social.connect.ConnectionFactoryLocator |
|---|
getConnectionFactory, getConnectionFactory, registeredProviderIds |
| Method Detail |
|---|
SocialAuthenticationService<?> getAuthenticationService(java.lang.String providerId)
SocialAuthenticationService by providerId; for example, "facebook".
java.util.Set<java.lang.String> registeredAuthenticationProviderIds()
SocialAuthenticationService is registered; for example, {"twitter", "facebook", "foursquare" }.
Elements in this set can be passed to getAuthenticationService(String) to fetch a specific authentication service.
|
spring-social-security | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||