|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jmeter.samplers.AuthManager
This class provides a way to provide authentication in jmeter requests. The format of the authorization file is: URL user pass where URL is an HTTP URL, user a username to use and pass the appropriate password.
Field Summary | |
private java.util.Vector |
auths
|
Constructor Summary | |
AuthManager(java.lang.String authFile)
|
Method Summary | |
java.lang.String |
getAuthHeaderForURL(java.net.URL url)
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.Vector auths
Constructor Detail |
public AuthManager(java.lang.String authFile) throws java.io.IOException
Method Detail |
public java.lang.String getAuthHeaderForURL(java.net.URL url)
|
Copyright (c) 1998-99 The Java Apache Project | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |