public class ClientSession extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClientSession.Authentication |
Modifier and Type | Field and Description |
---|---|
static String |
ACCEPT_SELF_SIGNED_CERTIFICATES |
static String |
FOLDER_PREFIX |
static String |
MAX_FOLDER_CHILDREN |
static String |
OBJECT_PREFIX |
static String |
VERSION_PREFIX |
static String |
WORKBENCH_PREFIX |
Constructor and Description |
---|
ClientSession(Map<String,String> sessionParameters,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache,
TypeDefinitionCache typeDefCache) |
Modifier and Type | Method and Description |
---|---|
Session |
createSession(int index) |
static SessionParameterMap |
createSessionParameters(String url,
BindingType binding,
String username,
String password,
ClientSession.Authentication authentication,
boolean compression,
boolean clientCompression,
boolean cookies) |
OperationContext |
getFolderOperationContext() |
int |
getMaxChildren() |
OperationContext |
getObjectOperationContext() |
List<Repository> |
getRepositories() |
Session |
getSession() |
Map<String,String> |
getSessionParameters() |
OperationContext |
getVersionOperationContext() |
public static final String WORKBENCH_PREFIX
public static final String OBJECT_PREFIX
public static final String FOLDER_PREFIX
public static final String VERSION_PREFIX
public static final String ACCEPT_SELF_SIGNED_CERTIFICATES
public static final String MAX_FOLDER_CHILDREN
public ClientSession(Map<String,String> sessionParameters, ObjectFactory objectFactory, AuthenticationProvider authenticationProvider, Cache cache, TypeDefinitionCache typeDefCache)
public static SessionParameterMap createSessionParameters(String url, BindingType binding, String username, String password, ClientSession.Authentication authentication, boolean compression, boolean clientCompression, boolean cookies)
public List<Repository> getRepositories()
public Session createSession(int index)
public Session getSession()
public int getMaxChildren()
public OperationContext getObjectOperationContext()
public OperationContext getFolderOperationContext()
public OperationContext getVersionOperationContext()
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.