B - The builder to return in order to be able to apply multiple
build operations.HeaderFields<C,B>, RequestHeaderFields, ResponseHeaderFieldsAbstractHeaderFields, RequestHeaderFieldsImpl, ResponseHeaderFieldsImplpublic static interface BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B extends BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B>>
BearerAuthCredentials property
returning the builder for applying multiple build operations.| Modifier and Type | Method | Description |
|---|---|---|
B |
withBearerAuthCredentials(String aToken) |
Sets the
BearerAuthCredentials from the token for the bearer
authentication credentials property. |
B |
withBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials) |
Sets the
BearerAuthCredentials for the bearer authentication
credentials property. |
B withBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials)
BearerAuthCredentials for the bearer authentication
credentials property.aBearerAuthCredentials - The BearerAuthCredentials to be
stored by the BearerAuthCredentials property.B withBearerAuthCredentials(String aToken)
BearerAuthCredentials from the token for the bearer
authentication credentials property.aToken - The password to be stored by the
BearerAuthCredentials property.Copyright © 2018. All rights reserved.