Package | Description |
---|---|
org.apache.cactus |
Contains all classes needed for writing Cactus tests.
|
org.apache.cactus.client.authentication |
Contains classes that support using and testing various authentification schemes.
|
org.apache.cactus.internal |
Contains Cactus internal implementation classes.
|
Modifier and Type | Method and Description |
---|---|
Authentication |
WebRequest.getAuthentication() |
Modifier and Type | Method and Description |
---|---|
void |
WebRequest.setAuthentication(Authentication theAuthentication)
Sets the authentication object that will configure the http request
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthentication
This class was designed with the simple assumption that ALL authentication
implementations will have a String
Name and a String
Password . |
class |
BasicAuthentication
Basic Authentication support.
|
class |
FormAuthentication
Form-based authentication implementation.
|
Modifier and Type | Method and Description |
---|---|
Authentication |
BaseWebRequest.getAuthentication() |
Modifier and Type | Method and Description |
---|---|
void |
BaseWebRequest.setAuthentication(Authentication theAuthentication) |
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.