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