org.apache.chemistry.opencmis.server.shared
Class BasicAuthCallContextHandler
java.lang.Object
org.apache.chemistry.opencmis.server.shared.BasicAuthCallContextHandler
- All Implemented Interfaces:
- Serializable, CallContextHandler
public class BasicAuthCallContextHandler
- extends Object
- implements CallContextHandler, Serializable
Call Context handler that handles basic authentication.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicAuthCallContextHandler
public BasicAuthCallContextHandler()
- Constructor.
getCallContextMap
public Map<String,String> getCallContextMap(javax.servlet.http.HttpServletRequest request)
- Description copied from interface:
CallContextHandler
- Returns key-value pairs that will be added to the
CallContext
.
- Specified by:
getCallContextMap
in interface CallContextHandler
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.