public class BoxProvider
extends org.exoplatform.clouddrive.CloudProvider
| Modifier and Type | Field and Description |
|---|---|
protected String |
authURL
The auth URL.
|
protected org.exoplatform.services.jcr.RepositoryService |
jcrService
The jcr service.
|
protected boolean |
loginSSO
The login SSO.
|
protected String |
redirectURL
The redirect URL.
|
| Constructor and Description |
|---|
BoxProvider(String id,
String name,
String authURL,
String redirectURL,
boolean loginSSO,
org.exoplatform.services.jcr.RepositoryService jcrService)
Instantiates a new box provider.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthURL() |
String |
getRedirectURL()
Gets the redirect URL.
|
boolean |
isLoginSSO()
Checks if is login SSO.
|
boolean |
retryOnProviderError() |
protected final String authURL
protected final String redirectURL
protected final boolean loginSSO
protected final org.exoplatform.services.jcr.RepositoryService jcrService
public BoxProvider(String id, String name, String authURL, String redirectURL, boolean loginSSO, org.exoplatform.services.jcr.RepositoryService jcrService)
id - the idname - the nameauthURL - the auth URLredirectURL - the redirect URLloginSSO - the login SSOjcrService - the jcr servicepublic String getAuthURL() throws org.exoplatform.clouddrive.CloudDriveException
getAuthURL in class org.exoplatform.clouddrive.CloudProviderorg.exoplatform.clouddrive.CloudDriveExceptionpublic String getRedirectURL()
public boolean isLoginSSO()
public boolean retryOnProviderError()
retryOnProviderError in class org.exoplatform.clouddrive.CloudProviderCopyright © 2003–2017 eXo Platform SAS. All rights reserved.