| Modifier and Type | Method and Description | 
|---|---|
Cache | 
SessionImpl.getCache()  | 
| Modifier and Type | Method and Description | 
|---|---|
Session | 
SessionFactoryImpl.createSession(Map<String,String> parameters,
             ObjectFactory objectFactory,
             AuthenticationProvider authenticationProvider,
             Cache cache)
 | 
Session | 
SessionFactoryImpl.createSession(Map<String,String> parameters,
             ObjectFactory objectFactory,
             AuthenticationProvider authenticationProvider,
             Cache cache,
             TypeDefinitionCache typeDefCache)
Creates a new session. 
 | 
List<Repository> | 
SessionFactoryImpl.getRepositories(Map<String,String> parameters,
               ObjectFactory objectFactory,
               AuthenticationProvider authenticationProvider,
               Cache cache)
 | 
List<Repository> | 
SessionFactoryImpl.getRepositories(Map<String,String> parameters,
               ObjectFactory objectFactory,
               AuthenticationProvider authenticationProvider,
               Cache cache,
               TypeDefinitionCache typeDefCache)
Returns all repositories that are available at the endpoint. 
 | 
| Constructor and Description | 
|---|
SessionImpl(Map<String,String> parameters,
           ObjectFactory objectFactory,
           AuthenticationProvider authenticationProvider,
           Cache cache,
           TypeDefinitionCache typeDefCache)
Constructor. 
 | 
| Constructor and Description | 
|---|
RepositoryImpl(RepositoryInfo data,
              Map<String,String> parameters,
              SessionFactoryImpl sessionFactory,
              ObjectFactory objectFactory,
              AuthenticationProvider authenticationProvider,
              Cache cache,
              TypeDefinitionCache typeDefCache)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Cache | 
AbstractLoginTab.getCache()
Returns a  
Cache instance or null for the default cache. | 
| Constructor and Description | 
|---|
ClientSession(Map<String,String> sessionParameters,
             ObjectFactory objectFactory,
             AuthenticationProvider authenticationProvider,
             Cache cache,
             TypeDefinitionCache typeDefCache)  | 
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.