public interface OAuthRegistrationServices
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.services.organization.User |
createGateInUser(org.gatein.security.oauth.spi.OAuthPrincipal<? extends org.gatein.security.oauth.spi.AccessTokenContext> principal) |
org.exoplatform.services.organization.User |
detectGateInUser(javax.servlet.http.HttpServletRequest request,
org.gatein.security.oauth.spi.OAuthPrincipal<? extends org.gatein.security.oauth.spi.AccessTokenContext> principal)
attempts to detect if a user account already exists for current social network user
|
boolean |
isRegistrationOnFly(org.gatein.security.oauth.spi.OAuthProviderType<? extends org.gatein.security.oauth.spi.AccessTokenContext> oauthProviderType) |
boolean isRegistrationOnFly(org.gatein.security.oauth.spi.OAuthProviderType<? extends org.gatein.security.oauth.spi.AccessTokenContext> oauthProviderType)
org.exoplatform.services.organization.User detectGateInUser(javax.servlet.http.HttpServletRequest request,
org.gatein.security.oauth.spi.OAuthPrincipal<? extends org.gatein.security.oauth.spi.AccessTokenContext> principal)
request - principal - org.exoplatform.services.organization.User createGateInUser(org.gatein.security.oauth.spi.OAuthPrincipal<? extends org.gatein.security.oauth.spi.AccessTokenContext> principal)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.