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() |
Copyright © 2015 Nuxeo SA. All rights reserved.