| Package | Description |
|---|---|
| org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
Authentication |
AuthenticationSelector.getAuthentication(RemoteRepository repository) |
Selects authentication for the specified remote repository.
|
Authentication |
Proxy.getAuthentication() |
Gets the authentication to use for the proxy connection.
|
Authentication |
RemoteRepository.getAuthentication() |
Gets the authentication that has been selected for this repository.
|
| Modifier and Type | Method | Description |
|---|---|---|
RemoteRepository.Builder |
RemoteRepository.Builder.setAuthentication(Authentication authentication) |
Sets the authentication to use in order to access the repository.
|
| Constructor | Description |
|---|---|
Proxy(java.lang.String type,
java.lang.String host,
int port,
Authentication auth) |
Creates a new proxy with the specified properties.
|