|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Authentication | |
| 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. |
| Uses of Authentication in org.apache.cactus |
| Methods in org.apache.cactus that return Authentication | |
Authentication |
BaseWebRequest.getAuthentication()
|
| Methods in org.apache.cactus with parameters of type Authentication | |
void |
BaseWebRequest.setAuthentication(Authentication theAuthentication)
Sets the authentication object that will configure the http request |
| Uses of Authentication in org.apache.cactus.client.authentication |
| Classes in org.apache.cactus.client.authentication that implement Authentication | |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||