public abstract class AuthenticationProviderImpl extends Object implements AuthenticationProvider
Modifier and Type | Field and Description |
---|---|
protected org.apache.chemistry.opencmis.client.bindings.spi.BindingSession |
cmisSession |
protected AlfrescoSession |
session |
Constructor and Description |
---|
AuthenticationProviderImpl() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getHTTPHeaders()
Return the list of HTTTP Header that must be add to each HTTP request
between the client and server.
|
Map<String,List<String>> |
getHTTPHeaders(AlfrescoSession session)
Return the list of HTTTP Header that must be add to each HTTP request
between the client and server.
|
protected AlfrescoSession session
protected org.apache.chemistry.opencmis.client.bindings.spi.BindingSession cmisSession
public Map<String,List<String>> getHTTPHeaders(AlfrescoSession session)
AuthenticationProvider
getHTTPHeaders
in interface AuthenticationProvider
session
- : Alfresco Sessionpublic Map<String,List<String>> getHTTPHeaders()
AuthenticationProvider
getHTTPHeaders
in interface AuthenticationProvider
Copyright © 2012-2018 Alfresco Software. All Rights Reserved.