| Package | Description |
|---|---|
| com.sun.enterprise.security.web | |
| com.sun.enterprise.web | |
| com.sun.enterprise.web.accesslog | |
| com.sun.enterprise.web.connector.coyote | |
| com.sun.enterprise.web.pwc.connector.coyote | |
| com.sun.web.security | |
| org.apache.catalina | |
| org.apache.catalina.authenticator |
This package contains
Authenticator implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM). |
| org.apache.catalina.connector | |
| org.apache.catalina.core | |
| org.apache.catalina.valves |
This package contains a variety of small Valve implementations that do
not warrant being packaged separately.
|
| org.glassfish.web.ha.session.management | |
| org.glassfish.web.valve |
| Modifier and Type | Method and Description |
|---|---|
int |
GlassFishSingleSignOn.invoke(Request request,
Response response)
IASRI 4665318 public void invoke(Request request, Response response, ValveContext context) throws IOException,
ServletException {
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebPipeline.invoke(Request request,
Response response)
Processes the specified request, and produces the appropriate
response, by invoking the first valve (if any) of this pipeline, or
the pipeline's basic valve.
|
int |
AdHocContextValve.invoke(Request request,
Response response)
Processes the given request by passing it to the ad-hoc servlet
associated with the request path (which has been determined, by the
associated web module, to be an ad-hoc path).
|
int |
PEAccessLogValve.invoke(Request request,
Response response)
Log a message summarizing the specified request and response, according
to the format specified by the
pattern property. |
void |
VirtualServerPipeline.invoke(Request request,
Response response)
Processes the specified request, and produces the appropriate
response, by invoking the first valve (if any) of this pipeline, or
the pipeline's basic valve.
|
void |
AdHocContextValve.postInvoke(Request request,
Response response) |
void |
PEAccessLogValve.postInvoke(Request request,
Response response) |
| Modifier and Type | Method and Description |
|---|---|
void |
CombinedAccessLogFormatterImpl.appendLogEntry(Request request,
Response response,
CharBuffer charBuffer)
Appends an access log entry line, with info obtained from the given
request and response objects, to the given CharBuffer.
|
abstract void |
AccessLogFormatter.appendLogEntry(Request request,
Response response,
CharBuffer charBuffer)
Appends an access log entry line, with info obtained from the given
request and response objects, to the given CharBuffer.
|
void |
CommonAccessLogFormatterImpl.appendLogEntry(Request request,
Response response,
CharBuffer charBuffer)
Appends an access log entry line, with info obtained from the given
request and response objects, to the given CharBuffer.
|
void |
DefaultAccessLogFormatterImpl.appendLogEntry(Request request,
Response response,
CharBuffer charBuffer)
Appends an access log entry line, with info obtained from the given
request and response objects, to the given CharBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
PECoyoteConnector.createRequest()
Create (or allocate) and return a Request object suitable for
specifying the contents of a Request to the responsible ContractProvider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PwcCoyoteRequest
Customized version of the Tomcat 5 CoyoteRequest
This is required for supporting Web Programmatic Login and setting the
request encoding (charset).
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpRequestWrapper |
| Modifier and Type | Method and Description |
|---|---|
Request |
HttpResponseWrapper.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponseWrapper.setRequest(Request request) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpRequest
An HttpRequest is the Catalina internal facade for an
HttpServletRequest that is to be processed, in order to
produce the corresponding HttpResponse. |
| Modifier and Type | Method and Description |
|---|---|
Request |
Connector.createRequest()
Create (or allocate) and return a Request object suitable for
specifying the contents of a Request to the responsible Container.
|
Request |
Response.getRequest()
Return the Request with which this Response is associated.
|
| Modifier and Type | Method and Description |
|---|---|
X509Certificate[] |
Connector.getCertificates(Request request)
Get the underlying WebContainer certificate for the request
|
void |
Container.invoke(Request request,
Response response)
Process the specified Request, and generate the corresponding Response,
according to the design of this particular Container.
|
void |
Pipeline.invoke(Request request,
Response response)
Cause the specified request and response to be processed by the Valves
associated with this pipeline, until one of these valves causes the
response to be created and returned.
|
void |
Response.setRequest(Request request)
Set the Request with which this Response is associated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SingleSignOn.invoke(Request request,
Response response)
Perform single-sign-on support processing for this request.
|
int |
AuthenticatorBase.invoke(Request request,
Response response)
Enforce the security restrictions in the web application deployment descriptor of our associated Context.
|
void |
AuthenticatorBase.postInvoke(Request request,
Response response)
A post-request processing implementation that does nothing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Request
Wrapper object for the Coyote request.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
Connector.createRequest()
Create (or allocate) and return a Request object suitable for
specifying the contents of a Request to the responsible Container.
|
Request |
Response.getRequest()
Return the Request with which this Response is associated.
|
| Modifier and Type | Method and Description |
|---|---|
X509Certificate[] |
Connector.getCertificates(Request request)
Get the underlying WebContainer certificate for the request
|
void |
Response.setRequest(Request request)
Set the Request with which this Response is associated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyRequest
Dummy request object, used for request dispatcher mapping, as well as
JSP precompilation.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
DummyResponse.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardPipeline.doChainInvoke(Request request,
Response response) |
void |
ContainerBase.invoke(Request request,
Response response)
Process the specified Request, to produce the corresponding Response,
by invoking the first Valve in our pipeline (if any), or the basic
Valve otherwise.
|
void |
StandardPipeline.invoke(Request request,
Response response)
Cause the specified request and response to be processed by the Valves associated with this
pipeline, until one of these valves causes the response to be created and returned.
|
void |
DummyResponse.setRequest(Request request) |
| Modifier and Type | Method and Description |
|---|---|
int |
RequestDumperValve.invoke(Request request,
Response response)
Log the interesting request parameters, invoke the next Valve in the
sequence, and log the interesting response parameters.
|
int |
WebdavFixValve.invoke(Request request,
Response response)
Check for the broken MS WebDAV client and if detected issue a re-direct
that hopefully will cause the non-broken client to be used.
|
int |
RemoteAddrValve.invoke(Request request,
Response response)
Extract the desired request property, and pass it (along with the
specified request and response objects) to the protected
process() method to perform the actual filtering. |
abstract int |
RequestFilterValve.invoke(Request request,
Response response)
Extract the desired request property, and pass it (along with the
specified request and response objects) to the protected
process() method to perform the actual filtering. |
int |
AccessLogValve.invoke(Request request,
Response response)
Log a message summarizing the specified request and response, according
to the format specified by the
pattern property. |
int |
ErrorReportValve.invoke(Request request,
Response response)
Invoke the next Valve in the sequence.
|
int |
JDBCAccessLogValve.invoke(Request request,
Response response)
This method is invoked by Tomcat on each query.
|
int |
RemoteHostValve.invoke(Request request,
Response response)
Extract the desired request property, and pass it (along with the
specified request and response objects) to the protected
process() method to perform the actual filtering. |
abstract int |
ValveBase.invoke(Request request,
Response response)
The implementation-specific logic represented by this Valve.
|
int |
PersistentValve.invoke(Request request,
Response response)
Select the appropriate child Context to process this request,
based on the specified request URI.
|
int |
ExtendedAccessLogValve.invoke(Request request,
Response response)
Log a message summarizing the specified request and response, according
to the format specified by the
pattern property. |
void |
RequestDumperValve.postInvoke(Request request,
Response response)
Log the interesting response parameters.
|
void |
AccessLogValve.postInvoke(Request request,
Response response) |
void |
ErrorReportValve.postInvoke(Request request,
Response response) |
void |
JDBCAccessLogValve.postInvoke(Request request,
Response response) |
void |
ValveBase.postInvoke(Request request,
Response response)
A post-request processing implementation that does nothing.
|
void |
PersistentValve.postInvoke(Request request,
Response response) |
void |
ExtendedAccessLogValve.postInvoke(Request request,
Response response) |
protected int |
RequestFilterValve.process(String property,
Request request,
Response response)
Perform the filtering that has been configured for this Valve, matching
against the specified request property.
|
protected void |
ErrorReportValve.report(Request request,
Response response,
Throwable throwable)
Prints out an error report.
|
| Modifier and Type | Method and Description |
|---|---|
int |
HASessionStoreValve.invoke(Request request,
Response response)
invoke call-back; nothing to do on the way in
|
void |
HASessionStoreValve.postInvoke(Request request,
Response response)
A post-request processing implementation that does the valveSave.
|
| Modifier and Type | Method and Description |
|---|---|
int |
GlassFishValve.invoke(Request request,
Response response)
Perform request processing as required by this Valve.
|
int |
GlassFishValveAdapter.invoke(Request request,
Response response)
Delegates to the invoke() of the wrapped GlassFish-style valve.
|
void |
GlassFishValve.postInvoke(Request request,
Response response)
Perform post-request processing as required by this Valve.
|
void |
GlassFishValveAdapter.postInvoke(Request request,
Response response)
Delegates to the postInvoke() of the wrapped GlassFish-style valve.
|
Copyright © 2019. All rights reserved.