public class CmisEndpointImpl extends LinkedHashMap<String,Object> implements CmisEndpoint
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>BINDING_ATOMPUB, BINDING_BROWSER, BINDING_WEBSERVICES, COMPRESSION_BOTH, COMPRESSION_CLIENT, COMPRESSION_NONE, COMPRESSION_SERVER, COOKIES_OPTIONAL, COOKIES_RECOMMENDED, COOKIES_REQUIRED, KEY_ACL_SERVICE_WSDL, KEY_AUTHENTICATION, KEY_BINDING, KEY_CMIS_VERSION, KEY_COMPRESSION, KEY_COOKIES, KEY_CSRF_HEADER, KEY_CSRF_PARAMETER, KEY_DISCOVERY_SERVICE_WSDL, KEY_DISPLAY_NAME, KEY_MULTIFILING_SERVICE_WSDL, KEY_NAVIGATION_SERVICE_WSDL, KEY_OBJECT_SERVICE_WSDL, KEY_POLICY_SERVICE_WSDL, KEY_RELATIONSHIP_SERVICE_WSDL, KEY_REPOSITORY_SERVICE_WSDL, KEY_SOAP_VERSION, KEY_URL, KEY_VERSIONING_SERVICE_WSDL, SOAP_VERSION_1_1, SOAP_VERSION_1_2, VERSION_1_0, VERSION_1_1| Constructor and Description |
|---|
CmisEndpointImpl() |
CmisEndpointImpl(String cmisVersion,
String binding) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAclServiceWdsl() |
List<CmisAuthentication> |
getAuthentications()
Returns the list of associated authentication methods.
|
String |
getBinding() |
String |
getCmisVersion() |
String |
getCompression() |
String |
getCookies() |
String |
getCsrfHeader() |
String |
getCsrfParameter() |
String |
getDiscoveryServiceWdsl() |
String |
getDisplayName() |
String |
getMultifilingServiceWdsl() |
String |
getNavigationServiceWdsl() |
String |
getObjectServiceWdsl() |
String |
getPolicyServiceWdsl() |
String |
getRelationshipServiceWdsl() |
String |
getRepositoryServiceWdsl() |
String |
getSoapVersion() |
protected String |
getString(String key) |
String |
getUrl() |
String |
getVersioningServiceWdsl() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic String getDisplayName()
getDisplayName in interface CmisEndpointpublic String getCmisVersion()
getCmisVersion in interface CmisEndpointpublic String getBinding()
getBinding in interface CmisEndpointpublic String getUrl()
getUrl in interface CmisEndpointpublic String getRepositoryServiceWdsl()
getRepositoryServiceWdsl in interface CmisEndpointpublic String getNavigationServiceWdsl()
getNavigationServiceWdsl in interface CmisEndpointpublic String getObjectServiceWdsl()
getObjectServiceWdsl in interface CmisEndpointpublic String getMultifilingServiceWdsl()
getMultifilingServiceWdsl in interface CmisEndpointpublic String getDiscoveryServiceWdsl()
getDiscoveryServiceWdsl in interface CmisEndpointpublic String getVersioningServiceWdsl()
getVersioningServiceWdsl in interface CmisEndpointpublic String getRelationshipServiceWdsl()
getRelationshipServiceWdsl in interface CmisEndpointpublic String getPolicyServiceWdsl()
getPolicyServiceWdsl in interface CmisEndpointpublic String getAclServiceWdsl()
getAclServiceWdsl in interface CmisEndpointpublic String getSoapVersion()
getSoapVersion in interface CmisEndpointpublic String getCookies()
getCookies in interface CmisEndpointpublic String getCompression()
getCompression in interface CmisEndpointpublic String getCsrfHeader()
getCsrfHeader in interface CmisEndpointpublic String getCsrfParameter()
getCsrfParameter in interface CmisEndpointpublic List<CmisAuthentication> getAuthentications()
CmisEndpointgetAuthentications in interface CmisEndpointnullCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.