public final class CmisBindingsHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCEPT_LANGUAGE |
static String |
AUTHENTICATION_PROVIDER_OBJECT |
static String |
HTTP_INVOKER_OBJECT |
static String |
REPOSITORY_INFO_CACHE |
static String |
SPI_OBJECT |
static String |
TYPE_DEFINTION_CACHE |
Modifier and Type | Method and Description |
---|---|
static AuthenticationProvider |
getAuthenticationProvider(BindingSession session)
Returns the authentication provider from the session or
null
if no authentication provider is set. |
static HttpInvoker |
getHttpInvoker(BindingSession session)
Gets the HTTP Invoker object from the session.
|
static RepositoryInfoCache |
getRepositoryInfoCache(BindingSession session)
Returns the repository info cache from the session.
|
static CmisSpi |
getSPI(BindingSession session)
Gets the SPI object for the given session.
|
static TypeDefinitionCache |
getTypeDefinitionCache(BindingSession session)
Returns the type definition cache from the session.
|
public static final String REPOSITORY_INFO_CACHE
public static final String TYPE_DEFINTION_CACHE
public static final String SPI_OBJECT
public static final String HTTP_INVOKER_OBJECT
public static final String AUTHENTICATION_PROVIDER_OBJECT
public static final String ACCEPT_LANGUAGE
public static CmisSpi getSPI(BindingSession session)
session
- the session objectpublic static HttpInvoker getHttpInvoker(BindingSession session)
public static AuthenticationProvider getAuthenticationProvider(BindingSession session)
null
if no authentication provider is set.public static RepositoryInfoCache getRepositoryInfoCache(BindingSession session)
public static TypeDefinitionCache getTypeDefinitionCache(BindingSession session)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.