Package | Description |
---|---|
org.apache.cactus.client.authentication |
Contains classes that support using and testing various authentification schemes.
|
org.apache.cactus.extension.jetty |
Contains classes to support running Cactus tests against an embedded
Jetty container.
|
org.apache.cactus.internal |
Contains Cactus internal implementation classes.
|
org.apache.cactus.internal.client.connector.http |
Contains the implementation of the HTTP transport for communication of
the client-side test runner with the server-side redirectors.
|
org.apache.cactus.internal.configuration |
Contains the classes that support the configuration of Cactus.
|
Modifier and Type | Method and Description |
---|---|
void |
FormAuthentication.authenticate(WebRequest theRequest,
Configuration theConfiguration)
Authenticate the principal by calling the security URL.
|
void |
Authentication.configure(org.apache.commons.httpclient.HttpState theState,
org.apache.commons.httpclient.HttpMethod theMethod,
WebRequest theRequest,
Configuration theConfiguration)
Modifies the request so that it will carry authentication information.
|
void |
BasicAuthentication.configure(org.apache.commons.httpclient.HttpState theState,
org.apache.commons.httpclient.HttpMethod theMethod,
WebRequest theRequest,
Configuration theConfiguration) |
void |
FormAuthentication.configure(org.apache.commons.httpclient.HttpState theState,
org.apache.commons.httpclient.HttpMethod theMethod,
WebRequest theRequest,
Configuration theConfiguration) |
java.net.URL |
FormAuthentication.getSecurityCheckURL(Configuration theConfiguration)
This returns the URL to use when attempting to log in.
|
Constructor and Description |
---|
JettyTestSetup(junit.framework.Test theTest,
Configuration theBaseConfiguration,
ServletConfiguration theServletConfiguration,
FilterConfiguration theFilterConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
BaseWebRequest.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
BaseWebRequest.setConfiguration(Configuration theConfiguration) |
Constructor and Description |
---|
BaseWebRequest(Configuration theConfiguration) |
Modifier and Type | Method and Description |
---|---|
java.net.HttpURLConnection |
ConnectionHelper.connect(WebRequest theRequest,
Configuration theConfiguration)
Connects to the Cactus Redirector using HTTP.
|
java.net.HttpURLConnection |
HttpClientConnectionHelper.connect(WebRequest theRequest,
Configuration theConfiguration) |
Modifier and Type | Interface and Description |
---|---|
interface |
FilterConfiguration
Provides access to the Cactus configuration parameters related to the
Filter Redirector.
|
interface |
JspConfiguration
Provides access to the Cactus configuration parameters related to the
JSP Redirector.
|
interface |
ServletConfiguration
Provides access to the Cactus configuration parameters related to the
Servlet Redirector.
|
interface |
WebConfiguration
Extends the generic
Configuration interface with methods
provided configuration information related to Web redirectors. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebConfiguration
Common implementation for all
WebConfiguration
implementations. |
class |
BaseConfiguration
Provides access to the Cactus configuration parameters that are independent
of any redirector.
|
class |
DefaultFilterConfiguration
Provides access to the Cactus configuration parameters related to the
Filter Redirector.
|
class |
DefaultJspConfiguration
Provides access to the Cactus configuration parameters related to the
JSP Redirector.
|
class |
DefaultServletConfiguration
Provides access to the Cactus configuration parameters related to the
Servlet Redirector.
|
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.