- All Known Subinterfaces:
BasicAuthCredentialsAccessor.BasicAuthCredentialsProperty
- All Known Implementing Classes:
BasicAuthRequest
public interface BasicAuthCredentialsAccessor
Provides an accessor for a
BasicAuthCredentials property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B extends BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B>>Provides a builder method for aBasicAuthCredentialsproperty returning the builder for applying multiple build operations.static interfaceProvides a mutator for aBasicAuthCredentialsproperty.static interfaceProvides aBasicAuthCredentialsproperty. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves theBasicAuthCredentialsfrom the Basic-Authentication credentials property (or null if there are none such credentials).
-
Method Details
-
getBasicAuthCredentials
BasicAuthCredentials getBasicAuthCredentials()Retrieves theBasicAuthCredentialsfrom the Basic-Authentication credentials property (or null if there are none such credentials).- Returns:
- The
BasicAuthCredentialsstored by the basic authentication credentials property (or null if there are none such credentials).
-