Package org.jupnp.transport.impl.osgi
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
-
Feldübersicht
Von Schnittstelle geerbte Felder org.osgi.service.http.HttpContext
AUTHENTICATION_TYPE, AUTHORIZATION, REMOTE_USER -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetMimeType(String name) getResource(String name) booleanhandleSecurity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Konstruktordetails
-
DisableAuthenticationHttpContext
public DisableAuthenticationHttpContext()
-
-
Methodendetails
-
handleSecurity
public boolean handleSecurity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException - Angegeben von:
handleSecurityin Schnittstelleorg.osgi.service.http.HttpContext- Löst aus:
IOException
-
getResource
- Angegeben von:
getResourcein Schnittstelleorg.osgi.service.http.HttpContext
-
getMimeType
- Angegeben von:
getMimeTypein Schnittstelleorg.osgi.service.http.HttpContext
-