Klasse DisableAuthenticationHttpContext

java.lang.Object
org.jupnp.transport.impl.osgi.DisableAuthenticationHttpContext
Alle implementierten Schnittstellen:
org.osgi.service.http.HttpContext

public class DisableAuthenticationHttpContext extends Object implements org.osgi.service.http.HttpContext
An HttpContext implementation that disables any security handling for any HTTP servlets registered with it.
Autor:
Ivan Iliev
  • Konstruktordetails

    • DisableAuthenticationHttpContext

      public DisableAuthenticationHttpContext()
  • Methodendetails

    • handleSecurity

      public boolean handleSecurity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
      Angegeben von:
      handleSecurity in Schnittstelle org.osgi.service.http.HttpContext
      Löst aus:
      IOException
    • getResource

      public URL getResource(String name)
      Angegeben von:
      getResource in Schnittstelle org.osgi.service.http.HttpContext
    • getMimeType

      public String getMimeType(String name)
      Angegeben von:
      getMimeType in Schnittstelle org.osgi.service.http.HttpContext