public class CmisEndpointsDocumentImpl extends LinkedHashMap<String,Object> implements CmisEndpointsDocument
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
KEY_ENDPOINTS
Constructor and Description |
---|
CmisEndpointsDocumentImpl() |
CmisEndpointsDocumentImpl(List<CmisEndpoint> endpoints) |
Modifier and Type | Method and Description |
---|---|
List<CmisAuthentication> |
getAuthenticationsSortedByPreference()
Returns authentication information sorted by perference.
|
List<CmisEndpoint> |
getEndpoints()
Returns a list of CMIS endpoints.
|
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 CmisEndpointsDocumentImpl()
public CmisEndpointsDocumentImpl(List<CmisEndpoint> endpoints)
public List<CmisEndpoint> getEndpoints()
CmisEndpointsDocument
getEndpoints
in interface CmisEndpointsDocument
null
public List<CmisAuthentication> getAuthenticationsSortedByPreference()
CmisEndpointsDocument
getAuthenticationsSortedByPreference
in interface CmisEndpointsDocument
null
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.