Modifier and Type | Method and Description |
---|---|
void |
SessionParameterMap.setAuthenticationProvider(Class<? extends AuthenticationProvider> authenticationProviderClass)
Sets the authentication provider class.
|
Modifier and Type | Method and Description |
---|---|
CmisBinding |
CmisBindingFactory.createCmisAtomPubBinding(Map<String,String> sessionParameters,
AuthenticationProvider authenticationProvider,
TypeDefinitionCache typeDefCache)
Creates a default CMIS AtomPub binding instance with a custom
authentication provider.
|
CmisBinding |
CmisBindingFactory.createCmisBinding(Map<String,String> sessionParameters,
AuthenticationProvider authenticationProvider,
TypeDefinitionCache typeDefCache)
Creates a CMIS binding instance.
|
CmisBinding |
CmisBindingFactory.createCmisBrowserBinding(Map<String,String> sessionParameters,
AuthenticationProvider authenticationProvider,
TypeDefinitionCache typeDefCache)
Creates a default CMIS Browser binding instance with a custom
authentication provider.
|
CmisBinding |
CmisBindingFactory.createCmisWebServicesBinding(Map<String,String> sessionParameters,
AuthenticationProvider authenticationProvider,
TypeDefinitionCache typeDefCache)
Creates a default CMIS Web Services binding instance with a custom
authentication provider.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationProvider |
CmisBindingImpl.getAuthenticationProvider() |
static AuthenticationProvider |
CmisBindingsHelper.getAuthenticationProvider(BindingSession session)
Returns the authentication provider from the session or
null
if no authentication provider is set. |
Constructor and Description |
---|
CmisBindingImpl(Map<String,String> sessionParameters,
AuthenticationProvider authenticationProvider,
TypeDefinitionCache typeDefCache)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SessionAwareAuthenticationProvider
Authentication provider implementing this interface get the binding session
injected.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationProvider
Authentication provider class.
|
class |
LTPAWSSecurityAuthenticationProvider |
class |
NTLMAuthenticationProvider
NTLM authentication provider class.
|
class |
OAuthAuthenticationProvider
OAuth 2.0 Authentication Provider.
|
class |
StandardAuthenticationProvider
Standard authentication provider class.
|
Modifier and Type | Method and Description |
---|---|
static CmisBinding |
CmisBindingHelper.createBinding(Map<String,String> parameters,
AuthenticationProvider authenticationProvider,
TypeDefinitionCache typeDefCache)
Creates a
CmisBinding object. |
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 |
---|---|
AuthenticationProvider |
CmisBinding.getAuthenticationProvider()
Gets the authentication provider.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationProvider |
AbstractLoginTab.getAuthenticationProvider()
Returns an
AuthenticationProvider instance or null for
the default authentication provider. |
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.