public class RepositorySessionImpl extends RepositorySession
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<RepositorySessionImpl> |
CREATOR |
REPOSITORY_ID
authenticator, baseUrl, cmisSession, DEFAULT_CACHE_FOLDER_PATH, hasPublicAPI, passThruAuthenticator, password, PASSWORD, repositoryInfo, rootNode, services, USER, userIdentifier, userParameters
AUTHENTICATOR_CLASSNAME, CACHE_FOLDER, CLOUD_SERVICES_CLASSNAME, CREATE_THUMBNAIL, EXTRACT_METADATA, HTTP_ACCEPT_ENCODING, HTTP_ACCEPT_LANGUAGE, HTTP_CHUNK_TRANSFERT, HTTP_INVOKER_CLASSNAME, LISTING_MAX_ITEMS, ONPREMISE_SERVICES_CLASSNAME
Constructor and Description |
---|
RepositorySessionImpl() |
RepositorySessionImpl(android.os.Parcel o) |
RepositorySessionImpl(String url,
SamlData data) |
RepositorySessionImpl(String url,
SamlData data,
Map<String,Serializable> settings) |
RepositorySessionImpl(String url,
String username,
String password)
Creates a new instance of a RepositorySession representing the repository
specified in the url parameter.
|
RepositorySessionImpl(String url,
String username,
String password,
Map<String,Serializable> settings) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
hasPublicAPI() |
void |
writeToParcel(android.os.Parcel dest,
int arg1) |
connect, connect, connect, connect
addParameter, addParameters, clear, createAuthenticationProvider, createServiceRegistry, createSession, createSession, getAuthenticationProvider, getBaseUrl, getCmisSession, getDefaultListingContext, getParameter, getParameterKeys, getPassthruAuthenticationProvider, getPersonIdentifier, getRepositoryIdentifier, getRepositoryInfo, getRootFolder, getServiceRegistry, hasForceBinding, hasParameter, initSettings, initSettings, removeParameter, retrieveSessionParameters
public static final android.os.Parcelable.Creator<RepositorySessionImpl> CREATOR
public RepositorySessionImpl()
public RepositorySessionImpl(String url, String username, String password)
SessionSettings
.url
- : Base URL associated to the repository. For example :
http://hostname:port/alfrescopublic RepositorySessionImpl(String url, String username, String password, Map<String,Serializable> settings)
public RepositorySessionImpl(String url, SamlData data, Map<String,Serializable> settings)
public RepositorySessionImpl(android.os.Parcel o)
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.