S
- The provider API type.public abstract class AbstractSocialAuthenticationService<S> extends Object implements SocialAuthenticationService<S>, InitializingBean
SocialAuthenticationService.ConnectionCardinality
Constructor and Description |
---|
AbstractSocialAuthenticationService() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
String |
getConnectionAddedRedirectUrl(javax.servlet.http.HttpServletRequest request,
Connection<?> connection) |
SocialAuthenticationService.ConnectionCardinality |
getConnectionCardinality() |
void |
setConnectionAddedRedirectUrl(String connectionAddedRedirectUrl) |
void |
setConnectionCardinality(SocialAuthenticationService.ConnectionCardinality connectionCardinality) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAuthToken, getConnectionFactory
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
public SocialAuthenticationService.ConnectionCardinality getConnectionCardinality()
getConnectionCardinality
in interface SocialAuthenticationService<S>
SocialAuthenticationService.ConnectionCardinality
for connections to this providerpublic void setConnectionCardinality(SocialAuthenticationService.ConnectionCardinality connectionCardinality)
public String getConnectionAddedRedirectUrl(javax.servlet.http.HttpServletRequest request, Connection<?> connection)
getConnectionAddedRedirectUrl
in interface SocialAuthenticationService<S>
public void setConnectionAddedRedirectUrl(String connectionAddedRedirectUrl)