S - The provider API type.public abstract class AbstractSocialAuthenticationService<S> extends java.lang.Object implements SocialAuthenticationService<S>, org.springframework.beans.factory.InitializingBean
SocialAuthenticationService.ConnectionCardinality| Constructor and Description |
|---|
AbstractSocialAuthenticationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
java.lang.String |
getConnectionAddedRedirectUrl(javax.servlet.http.HttpServletRequest request,
Connection<?> connection) |
SocialAuthenticationService.ConnectionCardinality |
getConnectionCardinality() |
void |
setConnectionAddedRedirectUrl(java.lang.String connectionAddedRedirectUrl) |
void |
setConnectionCardinality(SocialAuthenticationService.ConnectionCardinality connectionCardinality) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthToken, getConnectionFactorypublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic SocialAuthenticationService.ConnectionCardinality getConnectionCardinality()
getConnectionCardinality in interface SocialAuthenticationService<S>SocialAuthenticationService.ConnectionCardinality for connections to this providerpublic void setConnectionCardinality(SocialAuthenticationService.ConnectionCardinality connectionCardinality)
public java.lang.String getConnectionAddedRedirectUrl(javax.servlet.http.HttpServletRequest request,
Connection<?> connection)
getConnectionAddedRedirectUrl in interface SocialAuthenticationService<S>request - current HttpServletRequestconnection - the connection from which to calculate the redirect URLpublic void setConnectionAddedRedirectUrl(java.lang.String connectionAddedRedirectUrl)