| Package | Description |
|---|---|
| org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
static AuthenticationContext |
AuthenticationContext.forProxy(RepositorySystemSession session,
RemoteRepository repository) |
Gets an authentication context for the proxy of the specified repository.
|
static AuthenticationContext |
AuthenticationContext.forRepository(RepositorySystemSession session,
RemoteRepository repository) |
Gets an authentication context for the specified repository.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
AuthenticationContext.close(AuthenticationContext context) |
Closes the specified authentication context.
|
void |
Authentication.fill(AuthenticationContext context,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> data) |
Fills the given authentication context with the data from this authentication callback.
|