Package org.eclipse.aether.repository
Interface AuthenticationSelector
public interface AuthenticationSelector
Selects authentication for a given remote repository.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiongetAuthentication(RemoteRepository repository) Selects authentication for the specified remote repository.
- 
Method Details- 
getAuthenticationSelects authentication for the specified remote repository.- Parameters:
- repository- The repository for which to select authentication, must not be- null.
- Returns:
- The selected authentication or nullif none.
 
 
-