Class PublicApiCallContextHandler

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.chemistry.opencmis.server.shared.CallContextHandler

    public class PublicApiCallContextHandler
    extends org.apache.chemistry.opencmis.server.shared.BasicAuthCallContextHandler
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getCallContextMap​(javax.servlet.http.HttpServletRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PublicApiCallContextHandler

        public PublicApiCallContextHandler()
    • Method Detail

      • getCallContextMap

        public java.util.Map<java.lang.String,​java.lang.String> getCallContextMap​(javax.servlet.http.HttpServletRequest request)
        Specified by:
        getCallContextMap in interface org.apache.chemistry.opencmis.server.shared.CallContextHandler
        Overrides:
        getCallContextMap in class org.apache.chemistry.opencmis.server.shared.BasicAuthCallContextHandler