public class BoxProfile extends ConfigurationProfile
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId
Box API Client ID
|
protected String |
clientSecret
Box API Client Secret
|
protected String |
enterpriseId
Box API Enterprise ID
|
protected String |
privateKey
RSA Private Key, the encrypted private key
|
protected String |
privateKeyPassword
RSA Public Key Password, used to decrypt the private key
|
protected String |
publicKeyId
RSA Public Key ID, the public key can be uploaded or generated from the Box Developer Console
|
protected String |
uploadFolder
Folder where the files will be uploaded, it will be created if it doesn't exist
|
profileId| Constructor and Description |
|---|
BoxProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getClientSecret() |
String |
getEnterpriseId() |
String |
getPrivateKey() |
String |
getPrivateKeyPassword() |
String |
getPublicKeyId() |
String |
getUploadFolder() |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setEnterpriseId(String enterpriseId) |
void |
setPrivateKey(String privateKey) |
void |
setPrivateKeyPassword(String privateKeyPassword) |
void |
setPublicKeyId(String publicKeyId) |
void |
setUploadFolder(String uploadFolder) |
equals, getProfileId, hashCode, setProfileIdprotected String clientId
protected String clientSecret
protected String enterpriseId
protected String publicKeyId
protected String privateKey
protected String privateKeyPassword
protected String uploadFolder
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getEnterpriseId()
public void setEnterpriseId(String enterpriseId)
public String getPublicKeyId()
public void setPublicKeyId(String publicKeyId)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public String getPrivateKeyPassword()
public void setPrivateKeyPassword(String privateKeyPassword)
public String getUploadFolder()
public void setUploadFolder(String uploadFolder)
Copyright © 2020 CrafterCMS. All rights reserved.