Uses of Interface
org.eclipse.aether.repository.Authentication
Packages that use Authentication
Package
Description
The primary API of the
RepositorySystem
and its functionality.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
Methods in org.eclipse.aether that return AuthenticationModifier and TypeMethodDescriptionDefaultRepositorySystemSession.NullAuthenticationSelector.getAuthentication
(RemoteRepository repository) -
Uses of Authentication in org.eclipse.aether.repository
Fields in org.eclipse.aether.repository declared as AuthenticationModifier and TypeFieldDescriptionprivate final Authentication
AuthenticationContext.auth
private final Authentication
Proxy.auth
private final Authentication
RemoteRepository.authentication
(package private) Authentication
RemoteRepository.Builder.authentication
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 TypeMethodDescriptionprivate static AuthenticationContext
AuthenticationContext.newInstance
(RepositorySystemSession session, RemoteRepository repository, Proxy proxy, Authentication auth) RemoteRepository.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 AuthenticationModifierConstructorDescriptionprivate
AuthenticationContext
(RepositorySystemSession session, RemoteRepository repository, Proxy proxy, Authentication auth) Proxy
(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
Classes in org.eclipse.aether.util.repository that implement AuthenticationModifier and TypeClassDescription(package private) final class
Authentication that aggregates other authentication blocks.(package private) final class
Authentication block that manages a single authentication key and its component value.private static final class
(package private) final class
Authentication block that manages a single authentication key and its secret string value (password, passphrase).(package private) final class
Authentication block that manages a single authentication key and its string value.Fields in org.eclipse.aether.util.repository declared as AuthenticationModifier and TypeFieldDescriptionprivate final Authentication[]
ChainedAuthentication.authentications
static final Authentication
JreProxySelector.JreProxyAuthentication.INSTANCE
Fields in org.eclipse.aether.util.repository with type parameters of type AuthenticationModifier and TypeFieldDescriptionprivate final List<Authentication>
AuthenticationBuilder.authentications
private final Map<String,
Authentication> DefaultAuthenticationSelector.repos
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.Constructors in org.eclipse.aether.util.repository with parameters of type AuthenticationModifierConstructorDescription(package private)
ChainedAuthentication
(Authentication... authentications) Constructor parameters in org.eclipse.aether.util.repository with type arguments of type AuthenticationModifierConstructorDescription(package private)
ChainedAuthentication
(Collection<? extends Authentication> authentications)