org.apache.cactus.client.authentication
class BasicAuthentication

java.lang.Object
  |
  +--org.apache.cactus.client.authentication.AbstractAuthentication
        |
        +--org.apache.cactus.client.authentication.BasicAuthentication
Known Advisors:
LogAspect

public class BasicAuthentication
extends AbstractAuthentication

Basic Authentication support.

Since:
1.3
Version:
$Id: BasicAuthentication.java,v 1.4 2002/07/24 20:46:48 vmassol Exp $
Author:
Vincent Massol , Jason Robertson
See Also:
AbstractAuthentication

Constructor Summary
BasicAuthentication(String theName, String thePassword)
           
 
Method Summary
 void configure(WebRequest theRequest)
           Affected by: LogAspect
 
Methods inherited from class org.apache.cactus.client.authentication.AbstractAuthentication
getName, setName, setPassword
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAuthentication

public BasicAuthentication(String theName,
                           String thePassword)
Method Detail

configure

public void configure(WebRequest theRequest)
Affected by:
around() in LogAspect.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.