OpenCMIS Session Parameters

KeyConstantDescriptionValuesRequiredDefault
org.apache.chemistry.opencmis.binding.spi.typeBINDING_TYPEBinding to use for the session "atompub", "webservices", "local", "custom"yes
org.apache.chemistry.opencmis.locale.iso639LOCALE_ISO639_LANGUAGELanguage code sent to serverISO 639 codeno
org.apache.chemistry.opencmis.locale.iso3166LOCALE_ISO3166_COUNTRYCountry code sent to server if language code is setISO 3166 codeno
org.apache.chemistry.opencmis.binding.webservices.memoryThresholdWEBSERVICES_MEMORY_THRESHOLDDocuments smaller than the threshold are kept in main memory, larger documents are written to a temporary filesize in bytesno4194304 (4MB)
org.apache.chemistry.opencmis.binding.auth.classnameAUTHENTICATION_PROVIDER_CLASSAuthentication Providerclass namenoorg.apache.chemistry.opencmis.client.bindings.spi.StandardAuthenticationProvider
org.apache.chemistry.opencmis.binding.auth.http.basicAUTH_HTTP_BASICSwitch to turn HTTP basic authentication on or off"true", "false"noDepends on BINDING_TYPE
org.apache.chemistry.opencmis.binding.auth.soap.usernametokenAUTH_SOAP_USERNAMETOKENSwitch to turn UsernameTokens on or off"true", "false"noDepends on BINDING_TYPE
org.apache.chemistry.opencmis.binding.compressionCOMPRESSIONSwitch to turn HTTP compression on or off"true", "false"nofalse
org.apache.chemistry.opencmis.cache.classnameCACHE_CLASSCache implementationclass namenoorg.apache.chemistry.opencmis.client.runtime.cache.CacheImpl
org.apache.chemistry.opencmis.cache.objects.sizeCACHE_SIZE_OBJECTSObject cache sizenumber of objectsno1000
org.apache.chemistry.opencmis.cache.objects.ttlCACHE_TTL_OBJECTSObject cache time-to-livetime in millisecondsno7200000 (2 hours)
org.apache.chemistry.opencmis.cache.pathtoid.sizeCACHE_SIZE_PATHTOIDPath-to-id cache sizenumber of path to object linksno1000
org.apache.chemistry.opencmis.cache.pathtoid.ttlCACHE_TTL_PATHTOIDPath-to-id cache time-to-livetime in millisecondsno1800000 (30 minutes)
org.apache.chemistry.opencmis.cache.path.omitCACHE_PATH_OMITTurn off path-to-id cache"true", "false"nofalse
org.apache.chemistry.opencmis.binding.cache.repositories.sizeCACHE_SIZE_REPOSITORIESRepository info cache sizenumber of objectsno10
org.apache.chemistry.opencmis.binding.cache.types.sizeCACHE_SIZE_TYPESType definition cache sizenumber of objectsno100
org.apache.chemistry.opencmis.binding.cache.links.sizeCACHE_SIZE_LINKSAtomPub link cache sizenumber of objectsno400
org.apache.chemistry.opencmis.objectfactory.classnameOBJECT_FACTORY_CLASSObject factory implementation class namenoorg.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl