Package | Description |
---|---|
javax.servlet.http | |
winstone | |
winstone.auth | |
winstone.invoker |
Modifier and Type | Class and Description |
---|---|
class |
HttpServletRequestWrapper
Wraps HttpServletRequest 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 long |
HttpServlet.getLastModified(HttpServletRequest req) |
static java.lang.StringBuffer |
HttpUtils.getRequestURL(HttpServletRequest req)
Deprecated.
Reconstructs the URL the client used to make the request,
using information in the HttpServletRequest object.
|
protected void |
HttpServlet.service(HttpServletRequest request,
HttpServletResponse response) |
Constructor and Description |
---|
HttpServletRequestWrapper(HttpServletRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
WinstoneRequest
Implements the request interface required by the servlet spec.
|
Modifier and Type | Method and Description |
---|---|
void |
StaticResourceServlet.doGet(HttpServletRequest request,
HttpServletResponse response) |
void |
StaticResourceServlet.doPost(HttpServletRequest request,
HttpServletResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
RetryRequestWrapper
This is used by the ACL filter to allow a retry by using a key lookup
on old request.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
BaseAuthenticationHandler.doRoleCheck(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested) |
boolean |
SecurityConstraint.isAllowed(HttpServletRequest request)
Call this to evaluate the security constraint - is this operation allowed ?
|
protected abstract void |
BaseAuthenticationHandler.requestAuthentication(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
The actual auth request implementation.
|
protected void |
BasicAuthenticationHandler.requestAuthentication(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
Call this once we know that we need to authenticate
|
protected void |
DigestAuthenticationHandler.requestAuthentication(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
Call this once we know that we need to authenticate
|
protected void |
FormAuthenticationHandler.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 abstract boolean |
BaseAuthenticationHandler.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 boolean |
DigestAuthenticationHandler.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 ?
|
protected boolean |
ClientcertAuthenticationHandler.validatePossibleAuthenticationResponse(HttpServletRequest request,
HttpServletResponse response,
java.lang.String pathRequested)
Handling the (possible) response
|
Constructor and Description |
---|
RetryRequestWrapper(HttpServletRequest request,
RetryRequestParams oldRequest)
Constructor - this populates the wrapper from the object in session
|
Modifier and Type | Method and Description |
---|---|
protected void |
InvokerServlet.doGet(HttpServletRequest req,
HttpServletResponse rsp) |
protected void |
InvokerServlet.doPost(HttpServletRequest req,
HttpServletResponse rsp) |
Copyright © 2014. All Rights Reserved.