Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.commons.endpoints | |
org.apache.chemistry.opencmis.commons.impl.endpoints |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
CmisEndpointDocumentReader.pepareSessionParameters(CmisAuthentication authentication)
Prepares session parameters based on the provides authentication
information.
|
Modifier and Type | Method and Description |
---|---|
List<CmisAuthentication> |
CmisEndpoint.getAuthentications()
Returns the list of associated authentication methods.
|
List<CmisAuthentication> |
CmisEndpointsDocument.getAuthenticationsSortedByPreference()
Returns authentication information sorted by perference.
|
Modifier and Type | Class and Description |
---|---|
class |
CmisAuthenticationImpl |
Modifier and Type | Method and Description |
---|---|
List<CmisAuthentication> |
CmisEndpointImpl.getAuthentications() |
List<CmisAuthentication> |
CmisEndpointsDocumentImpl.getAuthenticationsSortedByPreference() |
Modifier and Type | Method and Description |
---|---|
static String |
CmisEndpointsDocumentHelper.write(CmisAuthentication authentication) |
static void |
CmisEndpointsDocumentHelper.write(CmisAuthentication authentication,
OutputStream out) |
static void |
CmisEndpointsDocumentHelper.write(CmisAuthentication authentication,
Writer out) |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.