Uses of Interface
org.eclipse.aether.repository.Authentication
Packages that use 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
Fields in org.eclipse.aether.internal.test.util.http declared as Authentication -
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. -
Uses of Authentication in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository that return AuthenticationModifier and TypeMethodDescriptionAuthenticationBuilder.build()Builds a new authentication object from the current data of this builder.ConservativeAuthenticationSelector.getAuthentication(RemoteRepository repository) DefaultAuthenticationSelector.getAuthentication(RemoteRepository repository) Methods in org.eclipse.aether.util.repository with parameters of type AuthenticationModifier 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.