Class BoxProfile

    • Field Detail

      • clientId

        protected String clientId
        Box API Client ID
      • clientSecret

        protected String clientSecret
        Box API Client Secret
      • enterpriseId

        protected String enterpriseId
        Box API Enterprise ID
      • publicKeyId

        protected String publicKeyId
        RSA Public Key ID, the public key can be uploaded or generated from the Box Developer Console
      • privateKey

        protected String privateKey
        RSA Private Key, the encrypted private key
      • privateKeyPassword

        protected String privateKeyPassword
        RSA Public Key Password, used to decrypt the private key
      • uploadFolder

        protected String uploadFolder
        Folder where the files will be uploaded, it will be created if it doesn't exist
    • Constructor Detail

      • BoxProfile

        public BoxProfile()
    • Method Detail

      • getClientId

        public String getClientId()
      • setClientId

        public void setClientId​(String clientId)
      • getClientSecret

        public String getClientSecret()
      • setClientSecret

        public void setClientSecret​(String clientSecret)
      • getEnterpriseId

        public String getEnterpriseId()
      • setEnterpriseId

        public void setEnterpriseId​(String enterpriseId)
      • getPublicKeyId

        public String getPublicKeyId()
      • setPublicKeyId

        public void setPublicKeyId​(String publicKeyId)
      • getPrivateKey

        public String getPrivateKey()
      • setPrivateKey

        public void setPrivateKey​(String privateKey)
      • getPrivateKeyPassword

        public String getPrivateKeyPassword()
      • setPrivateKeyPassword

        public void setPrivateKeyPassword​(String privateKeyPassword)
      • getUploadFolder

        public String getUploadFolder()
      • setUploadFolder

        public void setUploadFolder​(String uploadFolder)