Uses of Interface
org.eclipse.aether.repository.AuthenticationSelector
Package
Description
The primary API of the
RepositorySystem
and its functionality.Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of AuthenticationSelector in org.eclipse.aether
Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getAuthenticationSelector()
DefaultRepositorySystemSession.getAuthenticationSelector()
RepositorySystemSession.getAuthenticationSelector()
Gets the authentication selector to use for repositories discovered in artifact descriptors.Modifier and TypeMethodDescriptionDefaultRepositorySystemSession.setAuthenticationSelector
(AuthenticationSelector authenticationSelector) Sets the authentication selector to use for repositories discovered in artifact descriptors. -
Uses of AuthenticationSelector in org.eclipse.aether.util.repository
Modifier and TypeClassDescriptionfinal class
An authentication selector that delegates to another selector but only if a repository has no authentication data yet.final class
A simple authentication selector that selects authentication based on repository identifiers.ModifierConstructorDescriptionCreates a new selector that delegates to the specified selector.