org.exoplatform.clouddrive.gdrive
Class GoogleProvider

java.lang.Object
  extended by org.exoplatform.clouddrive.CloudProvider
      extended by org.exoplatform.clouddrive.gdrive.GoogleProvider

public class GoogleProvider
extends org.exoplatform.clouddrive.CloudProvider

Created by The eXo Platform SAS.

Version:
$Id: GoogleProvider.java 00000 Oct 13, 2012 pnedonosko $
Author:
Peter Nedonosko

Field Summary
protected  String authURL
           
protected  org.exoplatform.services.jcr.RepositoryService jcrService
           
protected  String redirectURL
           
 
Fields inherited from class org.exoplatform.clouddrive.CloudProvider
CONNECT_URL_BASE, hashCode, id, name
 
Constructor Summary
GoogleProvider(String id, String name, String authURL, String redirectURL, org.exoplatform.services.jcr.RepositoryService jcrService)
           
 
Method Summary
 String getAuthURL()
           
 String getRedirectURL()
           
 boolean retryOnProviderError()
           
 
Methods inherited from class org.exoplatform.clouddrive.CloudProvider
equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

authURL

protected final String authURL

redirectURL

protected final String redirectURL

jcrService

protected final org.exoplatform.services.jcr.RepositoryService jcrService
Constructor Detail

GoogleProvider

public GoogleProvider(String id,
                      String name,
                      String authURL,
                      String redirectURL,
                      org.exoplatform.services.jcr.RepositoryService jcrService)
Parameters:
id -
name -
Method Detail

getAuthURL

public String getAuthURL()
                  throws org.exoplatform.clouddrive.CloudDriveException
Specified by:
getAuthURL in class org.exoplatform.clouddrive.CloudProvider
Throws:
org.exoplatform.clouddrive.CloudDriveException

getRedirectURL

public String getRedirectURL()
Returns:
the redirectURL

retryOnProviderError

public boolean retryOnProviderError()
Specified by:
retryOnProviderError in class org.exoplatform.clouddrive.CloudProvider


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.