类 CloudBackupContext

  • 所有已实现的接口:
    BackupContext

    public abstract class CloudBackupContext
    extends java.lang.Object
    implements BackupContext
    Cloud backup context is used for the user to backup the vault data to the cloud service, such as google driver, etc.
    • 方法概要

      所有方法 实例方法 抽象方法 具体方法 
      修饰符和类型 方法 说明
      abstract java.lang.String getAppScope()
      Get the application scope.
      abstract java.lang.String getClientId()
      Get the client ID for access the cloud service.
      java.lang.String getParameter​(java.lang.String parameter)
      Get the parameter for backup operation by key.
      abstract java.lang.String getRedirectUrl()
      Get the redirect URL.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • CloudBackupContext

        public CloudBackupContext()
    • 方法详细资料

      • getParameter

        public java.lang.String getParameter​(java.lang.String parameter)
        从接口复制的说明: BackupContext
        Get the parameter for backup operation by key.
        指定者:
        getParameter 在接口中 BackupContext
        参数:
        parameter - The parameter name.
        返回:
        The parameter value.
      • getClientId

        public abstract java.lang.String getClientId()
        Get the client ID for access the cloud service.
        返回:
        Client ID
      • getRedirectUrl

        public abstract java.lang.String getRedirectUrl()
        Get the redirect URL.
        返回:
        Redirect URL.
      • getAppScope

        public abstract java.lang.String getAppScope()
        Get the application scope.
        返回:
        The application scope.