Uses of Interface
org.eclipse.aether.repository.Authentication
Packages that use Authentication
Package
Description
The definition of various kinds of repositories that host artifacts.
-
Uses of Authentication in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return AuthenticationModifier 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.Methods in org.eclipse.aether.repository with parameters of type AuthenticationModifier and TypeMethodDescriptionRemoteRepository.Builder.setAuthentication
(Authentication authentication) Sets the authentication to use in order to access the repository.Constructors in org.eclipse.aether.repository with parameters of type AuthenticationModifierConstructorDescriptionProxy
(String type, String host, int port, Authentication auth) Creates a new proxy with the specified properties.