protected class CMISConnector.API extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
serviceUrl |
protected String |
user |
| Modifier | Constructor and Description |
|---|---|
protected |
CMISConnector.API() |
| Modifier and Type | Method and Description |
|---|---|
protected CMISConnector.API |
auth(String user,
String password)
Authenticate to the API with user and password.
|
protected CMISAPI |
build()
Build API.
|
protected CMISUser |
createUser(String userId,
String userName,
String email,
CMISAPI api)
Create
CMISUser instance. |
protected CMISConnector.API |
serviceUrl(String serviceUrl)
Set CMIS service URL.
|
protected String serviceUrl
protected String user
protected String password
protected CMISConnector.API auth(String user, String password)
user - Stringpassword - StringCMISConnector.APIprotected CMISConnector.API serviceUrl(String serviceUrl)
serviceUrl - StringCMISConnector.APIprotected CMISAPI build() throws CMISException, org.exoplatform.clouddrive.CloudDriveException
CMISAPICMISException - if error happen during communication with CMIS servicesorg.exoplatform.clouddrive.CloudDriveException - if cannot load local tokensCopyright © 2003–2015 eXo Platform SAS. All rights reserved.