org.apache.chemistry.opencmis.server.shared
Class BasicAuthCallContextHandler

java.lang.Object
  extended by 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

Constructor Summary
BasicAuthCallContextHandler()
          Constructor.
 
Method Summary
 Map<String,String> getCallContextMap(javax.servlet.http.HttpServletRequest request)
          Returns key-value pairs that will be added to the CallContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAuthCallContextHandler

public BasicAuthCallContextHandler()
Constructor.

Method Detail

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.