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, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public String getDisplayName()
getDisplayName
in interface CmisEndpoint
public String getCmisVersion()
getCmisVersion
in interface CmisEndpoint
public String getBinding()
getBinding
in interface CmisEndpoint
public String getUrl()
getUrl
in interface CmisEndpoint
public String getRepositoryServiceWdsl()
getRepositoryServiceWdsl
in interface CmisEndpoint
public String getNavigationServiceWdsl()
getNavigationServiceWdsl
in interface CmisEndpoint
public String getObjectServiceWdsl()
getObjectServiceWdsl
in interface CmisEndpoint
public String getMultifilingServiceWdsl()
getMultifilingServiceWdsl
in interface CmisEndpoint
public String getDiscoveryServiceWdsl()
getDiscoveryServiceWdsl
in interface CmisEndpoint
public String getVersioningServiceWdsl()
getVersioningServiceWdsl
in interface CmisEndpoint
public String getRelationshipServiceWdsl()
getRelationshipServiceWdsl
in interface CmisEndpoint
public String getPolicyServiceWdsl()
getPolicyServiceWdsl
in interface CmisEndpoint
public String getAclServiceWdsl()
getAclServiceWdsl
in interface CmisEndpoint
public String getSoapVersion()
getSoapVersion
in interface CmisEndpoint
public String getCookies()
getCookies
in interface CmisEndpoint
public String getCompression()
getCompression
in interface CmisEndpoint
public String getCsrfHeader()
getCsrfHeader
in interface CmisEndpoint
public String getCsrfParameter()
getCsrfParameter
in interface CmisEndpoint
public List<CmisAuthentication> getAuthentications()
CmisEndpoint
getAuthentications
in interface CmisEndpoint
null
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.