BearerAuthCredentialsAccessor.BearerAuthCredentialsProperty, HeaderFields<C,B>, RequestHeaderFields, ResponseHeaderFieldsAbstractHeaderFields, RequestHeaderFieldsImpl, ResponseHeaderFieldsImplpublic static interface BearerAuthCredentialsAccessor.BearerAuthCredentialsMutator
BearerAuthCredentials property.| Modifier and Type | Method | Description |
|---|---|---|
default BearerAuthCredentials |
putBearerAuthCredentials(String aToken) |
Sets the
BearerAuthCredentials from the token for the bearer
authentication credentials property. |
BearerAuthCredentials |
putBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials) |
Sets the
BearerAuthCredentials for the bearer authentication
credentials property. |
BearerAuthCredentials putBearerAuthCredentials(BearerAuthCredentials aBearerAuthCredentials)
BearerAuthCredentials for the bearer authentication
credentials property.aBearerAuthCredentials - The BearerAuthCredentials to be
stored by the BearerAuthCredentials property.BearerAuthCredentials or null if
none have been set.default BearerAuthCredentials putBearerAuthCredentials(String aToken)
BearerAuthCredentials from the token for the bearer
authentication credentials property.aToken - The password to be stored by the
BearerAuthCredentials property.BearerAuthCredentials or null if
none have been set.Copyright © 2018. All rights reserved.