Uses of Interface
org.eclipse.aether.repository.Authentication
Package
Description
The definition of various kinds of repositories that host artifacts.
-
Uses of Authentication in org.eclipse.aether.repository
Modifier and TypeMethodDescriptionAuthenticationSelector.getAuthentication
(RemoteRepository repository) Selects authentication for the specified remote repository.Proxy.getAuthentication()
Gets the authentication to use for the proxy connection.RemoteRepository.getAuthentication()
Gets the authentication that has been selected for this repository.Modifier and TypeMethodDescriptionRemoteRepository.Builder.setAuthentication
(Authentication authentication) Sets the authentication to use in order to access the repository.ModifierConstructorDescriptionProxy
(String type, String host, int port, Authentication auth) Creates a new proxy with the specified properties.