java.lang.Object
org.exoplatform.services.cms.clouddrives.CloudUser
org.exoplatform.services.cms.clouddrives.gdrive.GoogleUser

public class GoogleUser extends org.exoplatform.services.cms.clouddrives.CloudUser
User class for Google. Created by The eXo Platform SAS.
Version:
$Id: GoogleUser.java 00000 Sep 13, 2012 pnedonosko $
Author:
Peter Nedonosko
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.exoplatform.services.cms.clouddrives.gdrive.GoogleDriveAPI
    The api.

    Fields inherited from class org.exoplatform.services.cms.clouddrives.CloudUser

    email, hashCode, id, provider, serviceName, username
  • Constructor Summary

    Constructors
    Constructor
    Description
    GoogleUser(String id, String username, String email, org.exoplatform.services.cms.clouddrives.CloudProvider provider, org.exoplatform.services.cms.clouddrives.gdrive.GoogleDriveAPI api)
    Google User in-memory bean.
  • Method Summary

    Methods inherited from class org.exoplatform.services.cms.clouddrives.CloudUser

    createDriveTitle, equals, getEmail, getId, getProvider, getServiceName, getUsername, hashCode, setServiceName, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • api

      protected final org.exoplatform.services.cms.clouddrives.gdrive.GoogleDriveAPI api
      The api.
  • Constructor Details

    • GoogleUser

      public GoogleUser(String id, String username, String email, org.exoplatform.services.cms.clouddrives.CloudProvider provider, org.exoplatform.services.cms.clouddrives.gdrive.GoogleDriveAPI api)
      Google User in-memory bean.
      Parameters:
      id - String
      username - String
      email - String
      provider - CloudProvider
      api - GoogleDriveAPI