| Package | Description |
|---|---|
| org.sonatype.aether | |
| org.sonatype.aether.test.impl | |
| org.sonatype.aether.util | |
| org.sonatype.aether.util.repository |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSelector |
RepositorySystemSession.getAuthenticationSelector()
Gets the authentication selector to use for repositories discovered in artifact descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSelector |
TestRepositorySystemSession.getAuthenticationSelector() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSelector |
DefaultRepositorySystemSession.getAuthenticationSelector() |
AuthenticationSelector |
FilterRepositorySystemSession.getAuthenticationSelector() |
| 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-2015 Sonatype, Inc.. All Rights Reserved.