Interface AuthenticationSelector

All Known Implementing Classes:
ConservativeAuthenticationSelector, DefaultAuthenticationSelector

public interface AuthenticationSelector
Selects authentication for a given remote repository.
See Also:
  • Method Details

    • getAuthentication

      Selects authentication for the specified remote repository.
      Parameters:
      repository - The repository for which to select authentication, must not be null.
      Returns:
      The selected authentication or null if none.