Package | Description |
---|---|
javax.servlet.http | |
winstone | |
winstone.auth | |
winstone.invoker |
Modifier and Type | Class and Description |
---|---|
class |
HttpServletResponseWrapper
Wraps HttpServletResponse objects in a decorator pattern
|
Modifier and Type | Method and Description |
---|---|
protected void |
HttpServlet.doDelete(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
HttpServlet.doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
HttpServlet.doHead(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
HttpServlet.doOptions(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
HttpServlet.doPost(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
HttpServlet.doPut(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
HttpServlet.doTrace(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
HttpServlet.service(HttpServletRequest request,
HttpServletResponse response) |
Constructor and Description |
---|
HttpServletResponseWrapper(HttpServletResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
WinstoneResponse
Response for servlet
|
Modifier and Type | Method and Description |
---|---|
void |
StaticResourceServlet.doGet(HttpServletRequest request,
HttpServletResponse response) |
void |
StaticResourceServlet.doPost(HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BaseAuthenticationHandler.doRoleCheck(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested) |
protected void |
DigestAuthenticationHandler.requestAuthentication(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
Call this once we know that we need to authenticate
|
protected void |
ClientcertAuthenticationHandler.requestAuthentication(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
Call this once we know that we need to authenticate
|
protected void |
BasicAuthenticationHandler.requestAuthentication(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
Call this once we know that we need to authenticate
|
protected abstract void |
BaseAuthenticationHandler.requestAuthentication(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
The actual auth request implementation.
|
protected void |
FormAuthenticationHandler.requestAuthentication(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
Call this once we know that we need to authenticate
|
protected void |
BaseAuthenticationHandler.setNoCache(HttpServletResponse response) |
protected boolean |
DigestAuthenticationHandler.validatePossibleAuthenticationResponse(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
Handling the (possible) response
|
protected boolean |
ClientcertAuthenticationHandler.validatePossibleAuthenticationResponse(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
Handling the (possible) response
|
protected boolean |
BasicAuthenticationHandler.validatePossibleAuthenticationResponse(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
Handling the (possible) response
|
protected abstract boolean |
BaseAuthenticationHandler.validatePossibleAuthenticationResponse(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
Handling the (possible) response
|
protected boolean |
FormAuthenticationHandler.validatePossibleAuthenticationResponse(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
Check the response - is it a response to the login page ?
|
Modifier and Type | Method and Description |
---|---|
protected void |
InvokerServlet.doGet(HttpServletRequest req,
HttpServletResponse rsp) |
protected void |
InvokerServlet.doPost(HttpServletRequest req,
HttpServletResponse rsp) |
Copyright © 2013. All Rights Reserved.