Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.util.repository |
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationSelector |
DefaultRepositorySystemSession.getAuthenticationSelector() |
AuthenticationSelector |
AbstractForwardingRepositorySystemSession.getAuthenticationSelector() |
AuthenticationSelector |
RepositorySystemSession.getAuthenticationSelector()
Gets the authentication selector to use for repositories discovered in artifact descriptors.
|
Modifier and Type | Method and Description |
---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setAuthenticationSelector(AuthenticationSelector authenticationSelector)
Sets the authentication selector to use for repositories discovered in artifact descriptors.
|
Modifier and Type | Class and Description |
---|---|
class |
ConservativeAuthenticationSelector
An authentication selector that delegates to another selector but only if a repository has no authentication data
yet.
|
class |
DefaultAuthenticationSelector
A simple authentication selector that selects authentication based on repository identifiers.
|
Constructor and Description |
---|
ConservativeAuthenticationSelector(AuthenticationSelector selector)
Creates a new selector that delegates to the specified selector.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.