Class AuthManagerWrapper
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper<T>
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper<T>
-
- org.anasoid.jmc.core.wrapper.jmeter.config.ConfigTestElementWrapper<org.apache.jmeter.protocol.http.control.AuthManager,org.apache.jmeter.protocol.http.gui.AuthPanel>
-
- org.anasoid.jmc.core.wrapper.jmeter.protocol.http.control.AuthManagerWrapper
-
- All Implemented Interfaces:
java.io.Serializable,ConfigElementWrapper<org.apache.jmeter.protocol.http.control.AuthManager>,JMeterGUIWrapper<org.apache.jmeter.protocol.http.gui.AuthPanel>,TestElementTreeNodeWrapper<org.apache.jmeter.protocol.http.control.AuthManager>,TestElementWrapper<org.apache.jmeter.protocol.http.control.AuthManager>
@JmcDefaultName("HTTP Authorization Manager") public class AuthManagerWrapper extends ConfigTestElementWrapper<org.apache.jmeter.protocol.http.control.AuthManager,org.apache.jmeter.protocol.http.gui.AuthPanel>
Wrapper for AuthManager.- See Also:
AuthManager, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthManagerWrapper.AuthManagerWrapperBuilder<C extends AuthManagerWrapper,B extends AuthManagerWrapper.AuthManagerWrapperBuilder<C,B>>builder.-
Nested classes/interfaces inherited from class org.anasoid.jmc.core.wrapper.jmeter.config.ConfigTestElementWrapper
ConfigTestElementWrapper.ConfigTestElementWrapperBuilder<T extends org.apache.jmeter.testelement.AbstractTestElement,G extends org.apache.jmeter.gui.JMeterGUIComponent,C extends ConfigTestElementWrapper<T,G>,B extends ConfigTestElementWrapper.ConfigTestElementWrapperBuilder<T,G,C,B>>
-
Nested classes/interfaces inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper
AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<T extends org.apache.jmeter.testelement.AbstractTestElement,C extends AbstractBasicChildTestElementWrapper<T>,B extends AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<T,C,B>>
-
Nested classes/interfaces inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper
AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<T extends org.apache.jmeter.testelement.AbstractTestElement,C extends AbstractBasicTestElementWrapper<T>,B extends AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<T,C,B>>
-
-
Field Summary
-
Fields inherited from interface org.anasoid.jmc.core.wrapper.jmeter.config.ConfigElementWrapper
FALSE, TRUE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAuthManagerWrapper(AuthManagerWrapper.AuthManagerWrapperBuilder<?,?> b)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthManagerWrapper.AuthManagerWrapperBuilder<?,?>builder()java.util.List<AuthorizationWrapper>getAuthorizations()java.lang.Class<?>getGuiClass()Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElementjava.lang.Class<?>getTestClass()Test Class used by Jmeter TestElement.TEST_CLASS.booleanisClearEachIteration()If selected, then the cache is cleared at the start of the thread.booleanisControlledByThread()voidsetClearEachIteration(boolean clearEachIteration)If selected, then the cache is cleared at the start of the thread.voidsetControlledByThread(boolean controlledByThread)AuthManagerWrapper.AuthManagerWrapperBuilder<?,?>toBuilder()-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper
getComment, getName, isEnabled, setComment, setEnabled, setName
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper
getChilds, getGuiClassAsString, getTags, getTestClassAsString, init, internalInit, isFullClassName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.anasoid.jmc.core.wrapper.jmeter.testelement.TestElementWrapper
getChilds, getTags, getTestClassAsString, init
-
-
-
-
Constructor Detail
-
AuthManagerWrapper
protected AuthManagerWrapper(AuthManagerWrapper.AuthManagerWrapperBuilder<?,?> b)
-
-
Method Detail
-
getGuiClass
public java.lang.Class<?> getGuiClass()
Description copied from interface:JMeterGUIWrapperGui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement
-
getTestClass
public java.lang.Class<?> getTestClass()
Description copied from interface:TestElementWrapperTest Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
-
builder
public static AuthManagerWrapper.AuthManagerWrapperBuilder<?,?> builder()
-
toBuilder
public AuthManagerWrapper.AuthManagerWrapperBuilder<?,?> toBuilder()
-
getAuthorizations
public java.util.List<AuthorizationWrapper> getAuthorizations()
-
isClearEachIteration
public boolean isClearEachIteration()
If selected, then the cache is cleared at the start of the thread.
-
setClearEachIteration
public void setClearEachIteration(boolean clearEachIteration)
If selected, then the cache is cleared at the start of the thread.
-
isControlledByThread
public boolean isControlledByThread()
-
setControlledByThread
public void setControlledByThread(boolean controlledByThread)
-
-