Uses of Interface
org.eclipse.aether.repository.AuthenticationSelector
Packages that use 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
Methods in org.eclipse.aether that return AuthenticationSelectorModifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getAuthenticationSelector()DefaultRepositorySystemSession.getAuthenticationSelector()RepositorySystemSession.getAuthenticationSelector()Gets the authentication selector to use for repositories discovered in artifact descriptors.Methods in org.eclipse.aether with parameters of type AuthenticationSelectorModifier 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
Classes in org.eclipse.aether.util.repository that implement AuthenticationSelectorModifier and TypeClassDescriptionfinal classAn authentication selector that delegates to another selector but only if a repository has no authentication data yet.final classA simple authentication selector that selects authentication based on repository identifiers.Constructors in org.eclipse.aether.util.repository with parameters of type AuthenticationSelectorModifierConstructorDescriptionCreates a new selector that delegates to the specified selector.