B - The builder to return in order to be able to apply multiple
build operations.HeaderFields<C,B>, RequestHeaderFields, ResponseHeaderFieldsAbstractHeaderFields, RequestHeaderFieldsImpl, ResponseHeaderFieldsImplpublic static interface BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B extends BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B>>
BasicAuthCredentials property
returning the builder for applying multiple build operations.| Modifier and Type | Method | Description |
|---|---|---|
B |
withBasicAuthCredentials(String aUserName,
String aSecret) |
Sets the
BasicAuthCredentials from the user name and the
secret for the Basic-Authentication credentials property. |
B |
withBasicAuthCredentials(BasicAuthCredentials aBasicAuthCredentials) |
Sets the
BasicAuthCredentials for the Basic-Authentication
credentials property. |
B withBasicAuthCredentials(BasicAuthCredentials aBasicAuthCredentials)
BasicAuthCredentials for the Basic-Authentication
credentials property.aBasicAuthCredentials - The BasicAuthCredentials to be
stored by the BasicAuthCredentials property.B withBasicAuthCredentials(String aUserName, String aSecret)
BasicAuthCredentials from the user name and the
secret for the Basic-Authentication credentials property.aUserName - The user name to be stored by the
BasicAuthCredentials property.aSecret - The password to be stored by the
BasicAuthCredentials property.Copyright © 2018. All rights reserved.