| org.apache.jmeter.config.ConfigTestElement org.apache.jmeter.protocol.http.control.AuthManager
AuthManager | public class AuthManager extends ConfigTestElement implements ConfigElement,Serializable(Code) | | This class provides a way to provide Authorization 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.
author Raphael Luta
|
Constructor Summary | |
public | AuthManager() Default Constructor. |
COL_DOMAIN | final public static int COL_DOMAIN(Code) | | |
COL_PASSWORD | final public static int COL_PASSWORD(Code) | | |
COL_REALM | final public static int COL_REALM(Code) | | |
COL_URL | final public static int COL_URL(Code) | | |
COL_USERNAME | final public static int COL_USERNAME(Code) | | |
AuthManager | public AuthManager()(Code) | | Default Constructor.
|
addAuth | public void addAuth()(Code) | | |
clear | public void clear()(Code) | | |
expectsModification | public boolean expectsModification()(Code) | | |
getAuthCount | public int getAuthCount()(Code) | | Return the number of records.
|
getColumnClass | public Class getColumnClass(int column)(Code) | | |
getColumnCount | public int getColumnCount()(Code) | | |
isEditable | public boolean isEditable()(Code) | | |
isSupportedProtocol | static boolean isSupportedProtocol(URL url)(Code) | | |
remove | public void remove(int index)(Code) | | Remove an authentication record.
|
uncompile | public void uncompile()(Code) | | |
|
|