Interface BearerAuthCredentialsAccessor
- All Known Subinterfaces:
BearerAuthCredentialsAccessor.BearerAuthCredentialsProperty
public interface BearerAuthCredentialsAccessor
Provides an accessor for a
BearerAuthCredentials property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B extends BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B>>Provides a builder method for aBearerAuthCredentialsproperty returning the builder for applying multiple build operations.static interfaceProvides a mutator for aBearerAuthCredentialsproperty.static interfaceProvides aBearerAuthCredentialsproperty. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves theBearerAuthCredentialsfrom the bearer auth credentials property (or null if there are none such credentials).
-
Method Details
-
getBearerAuthCredentials
BearerAuthCredentials getBearerAuthCredentials()Retrieves theBearerAuthCredentialsfrom the bearer auth credentials property (or null if there are none such credentials).- Returns:
- The
BearerAuthCredentialsstored by the bearer auth credentials property (or null if there are none such credentials).
-