BasicAuthCredentialsAccessor.BasicAuthCredentialsProperty, HeaderFields<C,B>, RequestHeaderFields, ResponseHeaderFieldsAbstractHeaderFields, RequestHeaderFieldsImpl, ResponseHeaderFieldsImplpublic static interface BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator
BasicAuthCredentials property.| Modifier and Type | Method | Description |
|---|---|---|
default BasicAuthCredentials |
putBasicAuthCredentials(String aUserName,
String aSecret) |
Sets the
BasicAuthCredentials from the user name and the
secret for the Basic-Authentication credentials property. |
BasicAuthCredentials |
putBasicAuthCredentials(BasicAuthCredentials aBasicAuthCredentials) |
Sets the
BasicAuthCredentials for the Basic-Authentication
credentials property. |
BasicAuthCredentials putBasicAuthCredentials(BasicAuthCredentials aBasicAuthCredentials)
BasicAuthCredentials for the Basic-Authentication
credentials property.aBasicAuthCredentials - The BasicAuthCredentials to be
stored by the BasicAuthCredentials property.BasicAuthCredentials or null if
none have been set.default BasicAuthCredentials putBasicAuthCredentials(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.BasicAuthCredentials or null if
none have been set.Copyright © 2018. All rights reserved.