|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
java.lang.Object | +--org.apache.cactus.client.authentication.AbstractAuthentication | +--org.apache.cactus.client.authentication.BasicAuthentication
Basic Authentication support.
AbstractAuthentication
Constructor Summary | |
BasicAuthentication(String theName,
String thePassword)
|
Method Summary | |
void |
configure(HttpURLConnection theConnection)
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 |
public BasicAuthentication(String theName, String thePassword)
theName
- user name of the Credential
thePassword
- user password of the Credential
Method Detail |
public void configure(HttpURLConnection theConnection)
AbstractAuthentication
HttpURLConnection
passed as parameter so
that it will carry authentication information.
AbstractAuthentication#configure(HttpURLConnection)
around() in LogAspect
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |