Class AuthorizationWrapper.AuthorizationWrapperBuilder<C extends AuthorizationWrapper,B extends AuthorizationWrapper.AuthorizationWrapperBuilder<C,B>>
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<org.apache.jmeter.protocol.http.control.Authorization,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.protocol.http.control.AuthorizationWrapper.AuthorizationWrapperBuilder<C,B>
-
- All Implemented Interfaces:
JmcWrapperBuilder<C>
- Enclosing class:
- AuthorizationWrapper
public abstract static class AuthorizationWrapper.AuthorizationWrapperBuilder<C extends AuthorizationWrapper,B extends AuthorizationWrapper.AuthorizationWrapperBuilder<C,B>> extends AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<org.apache.jmeter.protocol.http.control.Authorization,C,B>
-
-
Constructor Summary
Constructors Constructor Description AuthorizationWrapperBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected B$fillValuesFrom(C instance)abstract Cbuild()build Wrapper.protected abstract Bself()java.lang.StringtoString()BwithDomain(java.lang.String domain)BwithMechanism(AuthMechanism mechanism)BwithPassword(java.lang.String password)BwithRealm(java.lang.String realm)BwithUrl(java.lang.String url)BwithUsername(java.lang.String username)-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder
addTags, withIsInitialized, withTags
-
-
-
-
Method Detail
-
$fillValuesFrom
protected B $fillValuesFrom(C instance)
- Overrides:
$fillValuesFromin classAbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<org.apache.jmeter.protocol.http.control.Authorization,C extends AuthorizationWrapper,B extends AuthorizationWrapper.AuthorizationWrapperBuilder<C,B>>
-
self
protected abstract B self()
- Specified by:
selfin classAbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<org.apache.jmeter.protocol.http.control.Authorization,C extends AuthorizationWrapper,B extends AuthorizationWrapper.AuthorizationWrapperBuilder<C,B>>
-
build
public abstract C build()
Description copied from interface:JmcWrapperBuilderbuild Wrapper.- Specified by:
buildin interfaceJmcWrapperBuilder<C extends AuthorizationWrapper>- Specified by:
buildin classAbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<org.apache.jmeter.protocol.http.control.Authorization,C extends AuthorizationWrapper,B extends AuthorizationWrapper.AuthorizationWrapperBuilder<C,B>>
-
withUrl
public B withUrl(java.lang.String url)
- Returns:
this.
-
withUsername
public B withUsername(java.lang.String username)
- Returns:
this.
-
withPassword
public B withPassword(java.lang.String password)
- Returns:
this.
-
withDomain
public B withDomain(java.lang.String domain)
- Returns:
this.
-
withRealm
public B withRealm(java.lang.String realm)
- Returns:
this.
-
withMechanism
public B withMechanism(AuthMechanism mechanism)
- Returns:
this.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<org.apache.jmeter.protocol.http.control.Authorization,C extends AuthorizationWrapper,B extends AuthorizationWrapper.AuthorizationWrapperBuilder<C,B>>
-
-