public class BasicAuthLogicCore extends Object
| Constructor | Description |
|---|---|
BasicAuthLogicCore() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
handle(String target,
org.eclipse.jetty.server.Request baseRequest,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
|
BasicAuthLogicCore |
setBasicAuth(BasicAuth basicAuth) |
Set the condition of basic authentication
|
BasicAuthLogicCore |
setforceShowDialogWhenNotAuthed(boolean enabled) |
public BasicAuthLogicCore setforceShowDialogWhenNotAuthed(boolean enabled)
public BasicAuthLogicCore setBasicAuth(BasicAuth basicAuth)
basicAuth - public boolean handle(String target, org.eclipse.jetty.server.Request baseRequest, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2018. All rights reserved.