Package | Description |
---|---|
org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
Modifier and Type | Method and 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 and Description |
---|---|
static void |
AuthenticationContext.close(AuthenticationContext context)
Closes the specified authentication context.
|
void |
Authentication.fill(AuthenticationContext context,
String key,
Map<String,String> data)
Fills the given authentication context with the data from this authentication callback.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.