Uses of Interface
org.eclipse.aether.repository.Authentication
Package
Description
The definition of various kinds of repositories that host artifacts.
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of Authentication in org.eclipse.aether.internal.test.util.http
-
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. -
Uses of Authentication in org.eclipse.aether.util.repository
Modifier and TypeMethodDescriptionAuthenticationBuilder.build()
Builds a new authentication object from the current data of this builder.ConservativeAuthenticationSelector.getAuthentication
(RemoteRepository repository) DefaultAuthenticationSelector.getAuthentication
(RemoteRepository repository) Modifier and TypeMethodDescriptionDefaultAuthenticationSelector.add
(String id, Authentication auth) Adds the specified authentication info for the given repository identifier.AuthenticationBuilder.addCustom
(Authentication authentication) Adds custom authentication data to the authentication.