Class AuthorizationWrapper
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper<org.apache.jmeter.protocol.http.control.Authorization>
-
- org.anasoid.jmc.core.wrapper.jmeter.protocol.http.control.AuthorizationWrapper
-
- All Implemented Interfaces:
java.io.Serializable,TestElementWrapper<org.apache.jmeter.protocol.http.control.Authorization>
public class AuthorizationWrapper extends AbstractBasicTestElementWrapper<org.apache.jmeter.protocol.http.control.Authorization>
Wrapper for Authorization.- See Also:
Authorization, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthorizationWrapper.AuthorizationWrapperBuilder<C extends AuthorizationWrapper,B extends AuthorizationWrapper.AuthorizationWrapperBuilder<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>>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAuthorizationWrapper(AuthorizationWrapper.AuthorizationWrapperBuilder<?,?> b)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthorizationWrapper.AuthorizationWrapperBuilder<?,?>builder()java.lang.StringemptyAttributeName()To have always a empty attribute name.java.lang.StringgetDomain()AuthMechanismgetMechanism()java.lang.StringgetPassword()java.lang.StringgetRealm()java.lang.Class<?>getTestClass()Test Class used by Jmeter TestElement.TEST_CLASS.java.lang.StringgetTestClassAsString()Test Class used by Jmeter TestElement.TEST_CLASS @See TestElement.java.lang.StringgetUrl()java.lang.StringgetUsername()voidsetMechanism(AuthMechanism mechanism)AuthorizationWrapper.AuthorizationWrapperBuilder<?,?>toBuilder()-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper
getChilds, getGuiClassAsString, getTags, init, internalInit
-
-
-
-
Constructor Detail
-
AuthorizationWrapper
protected AuthorizationWrapper(AuthorizationWrapper.AuthorizationWrapperBuilder<?,?> b)
-
-
Method Detail
-
getTestClass
public java.lang.Class<?> getTestClass()
Description copied from interface:TestElementWrapperTest Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
-
emptyAttributeName
@JmcAsAttribute @JmcMethodAlias("name") public java.lang.String emptyAttributeName()
To have always a empty attribute name.
-
getTestClassAsString
public java.lang.String getTestClassAsString()
Description copied from interface:TestElementWrapperTest Class used by Jmeter TestElement.TEST_CLASS @See TestElement.- Specified by:
getTestClassAsStringin interfaceTestElementWrapper<org.apache.jmeter.protocol.http.control.Authorization>- Overrides:
getTestClassAsStringin classAbstractBasicTestElementWrapper<org.apache.jmeter.protocol.http.control.Authorization>
-
builder
public static AuthorizationWrapper.AuthorizationWrapperBuilder<?,?> builder()
-
toBuilder
public AuthorizationWrapper.AuthorizationWrapperBuilder<?,?> toBuilder()
-
getUrl
public java.lang.String getUrl()
-
getUsername
public java.lang.String getUsername()
-
getPassword
public java.lang.String getPassword()
-
getDomain
public java.lang.String getDomain()
-
getRealm
public java.lang.String getRealm()
-
getMechanism
public AuthMechanism getMechanism()
-
setMechanism
public void setMechanism(AuthMechanism mechanism)
-
-