public class DisableAuthenticationHttpContext extends Object implements org.osgi.service.http.HttpContext
HttpContext implementation that disables any security handling for any HTTP servlets registered with it.| Constructor and Description |
|---|
DisableAuthenticationHttpContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMimeType(String name) |
URL |
getResource(String name) |
boolean |
handleSecurity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public boolean handleSecurity(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
handleSecurity in interface org.osgi.service.http.HttpContextIOExceptionpublic URL getResource(String name)
getResource in interface org.osgi.service.http.HttpContextCopyright © 2023 jUPnP.org. All rights reserved.