Class CarbonSecuredHttpContext

java.lang.Object
org.osgi.service.http.context.ServletContextHelper
All Implemented Interfaces:
org.osgi.service.http.HttpContext

public class CarbonSecuredHttpContext extends SecuredComponentEntryHttpContext
  • Field Details

  • Constructor Details

    • CarbonSecuredHttpContext

      public CarbonSecuredHttpContext(org.osgi.framework.Bundle bundle, String s, UIResourceRegistry uiResourceRegistry, org.wso2.carbon.registry.core.Registry registry)
      Parameters:
      bundle -
      s -
      uiResourceRegistry -
      registry -
  • Method Details

    • handleSecurity

      public boolean handleSecurity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
      Specified by:
      handleSecurity in interface org.osgi.service.http.HttpContext
      Overrides:
      handleSecurity in class BundleEntryHttpContext
      Throws:
      IOException