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.RepositorySystemSession.SessionBuilder.setAuthenticationSelector
(AuthenticationSelector authenticationSelector) Sets the authentication selector to use for repositories discovered in artifact descriptors. -
Uses of AuthenticationSelector in org.eclipse.aether.internal.impl.session
Modifier and TypeMethodDescriptionDefaultSessionBuilder.setAuthenticationSelector
(AuthenticationSelector authenticationSelector) ModifierConstructorDescriptionDefaultCloseableSession
(String sessionId, boolean offline, boolean ignoreArtifactDescriptorRepositories, ResolutionErrorPolicy resolutionErrorPolicy, ArtifactDescriptorPolicy artifactDescriptorPolicy, String checksumPolicy, String artifactUpdatePolicy, String metadataUpdatePolicy, LocalRepositoryManager localRepositoryManager, Collection<LocalRepository> localRepositories, WorkspaceReader workspaceReader, Collection<RepositoryListener> repositoryListener, Collection<TransferListener> transferListener, Map<String, String> systemProperties, Map<String, String> userProperties, Map<String, Object> configProperties, MirrorSelector mirrorSelector, ProxySelector proxySelector, AuthenticationSelector authenticationSelector, ArtifactTypeRegistry artifactTypeRegistry, DependencyTraverser dependencyTraverser, DependencyManager dependencyManager, DependencySelector dependencySelector, VersionFilter versionFilter, DependencyGraphTransformer dependencyGraphTransformer, SessionData data, RepositoryCache cache, ScopeManager scopeManager, List<Runnable> onSessionEndedHandlers, RepositorySystem repositorySystem, RepositorySystemLifecycle repositorySystemLifecycle) -
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.