public class DropboxProvider
extends org.exoplatform.clouddrive.CloudProvider
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.clouddrive.dropbox.DropboxConnector.API |
authFactory
The auth bilder.
|
protected org.exoplatform.services.jcr.RepositoryService |
jcrService
The jcr service.
|
| Constructor and Description |
|---|
DropboxProvider(String id,
String name,
org.exoplatform.clouddrive.dropbox.DropboxConnector.API authFactory,
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) |
boolean |
retryOnProviderError() |
protected final org.exoplatform.clouddrive.dropbox.DropboxConnector.API authFactory
protected final org.exoplatform.services.jcr.RepositoryService jcrService
public DropboxProvider(String id, String name, org.exoplatform.clouddrive.dropbox.DropboxConnector.API authFactory, org.exoplatform.services.jcr.RepositoryService jcrService)
id - the idname - the nameauthFactory - the API factoryjcrService - the jcr servicepublic String getAuthURL() throws org.exoplatform.clouddrive.CloudDriveException
getAuthURL in class org.exoplatform.clouddrive.CloudProviderorg.exoplatform.clouddrive.CloudDriveExceptionpublic boolean retryOnProviderError()
retryOnProviderError in class org.exoplatform.clouddrive.CloudProviderCopyright © 2003–2019 eXo Platform SAS. All rights reserved.