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, 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 CmisEndpointsDocumentImpl()
public CmisEndpointsDocumentImpl(List<CmisEndpoint> endpoints)
public List<CmisEndpoint> getEndpoints()
CmisEndpointsDocumentgetEndpoints in interface CmisEndpointsDocumentnullpublic List<CmisAuthentication> getAuthenticationsSortedByPreference()
CmisEndpointsDocumentgetAuthenticationsSortedByPreference in interface CmisEndpointsDocumentnullCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.