public class DropboxProvider
extends org.exoplatform.clouddrive.CloudProvider
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.clouddrive.dropbox.DropboxConnector.API |
authBilder
The auth bilder.
|
protected org.exoplatform.services.jcr.RepositoryService |
jcrService
The jcr service.
|
protected String |
redirectURL
The redirect URL.
|
| Constructor and Description |
|---|
DropboxProvider(String id,
String name,
org.exoplatform.clouddrive.dropbox.DropboxConnector.API authBilder,
String redirectURL,
org.exoplatform.services.jcr.RepositoryService jcrService)
Instantiates a new dropbox provider.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthURL() |
String |
getErrorMessage(String error,
String errorDescription) |
String |
getRedirectURL()
Gets the redirect URL.
|
boolean |
retryOnProviderError() |
protected final org.exoplatform.clouddrive.dropbox.DropboxConnector.API authBilder
protected final String redirectURL
protected final org.exoplatform.services.jcr.RepositoryService jcrService
public DropboxProvider(String id, String name, org.exoplatform.clouddrive.dropbox.DropboxConnector.API authBilder, String redirectURL, org.exoplatform.services.jcr.RepositoryService jcrService)
id - the idname - the nameauthBilder - the auth bilderredirectURL - the redirect URLjcrService - the jcr servicepublic String getAuthURL() throws org.exoplatform.clouddrive.CloudDriveException
getAuthURL in class org.exoplatform.clouddrive.CloudProviderorg.exoplatform.clouddrive.CloudDriveExceptionpublic String getRedirectURL()
public boolean retryOnProviderError()
retryOnProviderError in class org.exoplatform.clouddrive.CloudProviderCopyright © 2003–2017 eXo Platform SAS. All rights reserved.