public class NuxeoAuthCallContextHandler extends Object implements org.apache.chemistry.opencmis.server.shared.CallContextHandler, Serializable
Configured as a "callContextHandler" servlet parameter in the AtomPub and JSON servlets.
Authentication happened earlier in the chain through Nuxeo's authentication filter, and a JAAS context has already
been set up. For SOAP, authentication happened through NuxeoCmisAuthHandler
instead of the standard Nuxeo
filter.
There is no password available, as authentication is opaque and may use SSO.
Constructor and Description |
---|
NuxeoAuthCallContextHandler() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getCallContextMap(javax.servlet.http.HttpServletRequest request) |
public NuxeoAuthCallContextHandler()
public Map<String,String> getCallContextMap(javax.servlet.http.HttpServletRequest request)
getCallContextMap
in interface org.apache.chemistry.opencmis.server.shared.CallContextHandler
Copyright © 2018 Nuxeo. All rights reserved.