-
- All Known Subinterfaces:
BasicAuthCredentialsAccessor.BasicAuthCredentialsProperty
- All Known Implementing Classes:
BasicAuthRequest
public interface BasicAuthCredentialsAccessor
Provides an accessor for aBasicAuthCredentials
property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B extends BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B>>
Provides a builder method for aBasicAuthCredentials
property returning the builder for applying multiple build operations.static interface
BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator
Provides a mutator for aBasicAuthCredentials
property.static interface
BasicAuthCredentialsAccessor.BasicAuthCredentialsProperty
Provides aBasicAuthCredentials
property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasicAuthCredentials
getBasicAuthCredentials()
Retrieves theBasicAuthCredentials
from the Basic-Authentication credentials property (or null if there are none such credentials).
-
-
-
Method Detail
-
getBasicAuthCredentials
BasicAuthCredentials getBasicAuthCredentials()
Retrieves theBasicAuthCredentials
from the Basic-Authentication credentials property (or null if there are none such credentials).- Returns:
- The
BasicAuthCredentials
stored by the basic authentication credentials property (or null if there are none such credentials).
-
-