Interface AuthTypeAccessor

All Known Subinterfaces:
AuthTypeAccessor.AuthTypeProperty, AuthTypeCredentials<T,V>
All Known Implementing Classes:
BasicAuthCredentials, BasicAuthCredentialsBuilder, BearerAuthCredentials

public interface AuthTypeAccessor
Provides an accessor for a AuthType property.
  • Method Details

    • getAuthType

      AuthType getAuthType()
      Retrieves the AuthType from the Authorization-Type property (or null if there are none such credentials).
      Returns:
      The AuthType stored by the Basic-Authentication credentials property (or null if there are none such credentials).