org.apache.jmeter.protocol.http.control
Class Authorization
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.protocol.http.control.Authorization
- All Implemented Interfaces:
- Cloneable, Serializable, TestElement
- public class Authorization
- extends AbstractTestElement
- implements Serializable
This class is an Authorization encapsulator.
- Version:
- $Revision: 1.6.2.1 $
- Author:
- Raphael Luta
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty |
Authorization
public Authorization()
expectsModification
public boolean expectsModification()
getClassLabel
public String getClassLabel()
addConfigElement
public void addConfigElement(ConfigElement config)
getURL
public String getURL()
setURL
public void setURL(String url)
getUser
public String getUser()
setUser
public void setUser(String user)
getPass
public String getPass()
setPass
public void setPass(String pass)
toString
public String toString()
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.