Package | Description |
---|---|
org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
org.eclipse.aether.transport.http |
Support for downloads/uploads via the HTTP and HTTPS protocols.
|
org.eclipse.aether.transport.wagon |
Support for downloads/uploads using Apache Maven Wagon.
|
org.eclipse.aether.util.repository |
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
|
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.
|
private static AuthenticationContext |
AuthenticationContext.newInstance(RepositorySystemSession session,
RemoteRepository repository,
Proxy proxy,
Authentication auth) |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
private AuthenticationContext |
DeferredCredentialsProvider.BasicFactory.authContext |
private AuthenticationContext |
DeferredCredentialsProvider.NtlmFactory.authContext |
private AuthenticationContext |
HttpTransporter.proxyAuthContext |
private AuthenticationContext |
HttpTransporter.repoAuthContext |
Modifier and Type | Method and Description |
---|---|
private static org.apache.http.client.CredentialsProvider |
HttpTransporter.toCredentialsProvider(org.apache.http.HttpHost server,
AuthenticationContext serverAuthCtx,
org.apache.http.HttpHost proxy,
AuthenticationContext proxyAuthCtx) |
private static org.apache.http.client.CredentialsProvider |
HttpTransporter.toCredentialsProvider(java.lang.String host,
int port,
AuthenticationContext ctx) |
Constructor and Description |
---|
BasicFactory(AuthenticationContext authContext) |
NtlmFactory(AuthenticationContext authContext) |
SslConfig(RepositorySystemSession session,
AuthenticationContext authContext) |
Modifier and Type | Field and Description |
---|---|
private AuthenticationContext |
WagonTransporter.proxyAuthContext |
private AuthenticationContext |
WagonTransporter.repoAuthContext |
Modifier and Type | Method and Description |
---|---|
private org.apache.maven.wagon.authentication.AuthenticationInfo |
WagonTransporter.getAuthenticationInfo(AuthenticationContext authContext) |
private org.apache.maven.wagon.proxy.ProxyInfoProvider |
WagonTransporter.getProxy(RemoteRepository repository,
AuthenticationContext authContext) |
Modifier and Type | Method and Description |
---|---|
void |
ChainedAuthentication.fill(AuthenticationContext context,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> data) |
void |
ComponentAuthentication.fill(AuthenticationContext context,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> data) |
void |
JreProxySelector.JreProxyAuthentication.fill(AuthenticationContext context,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> data) |
void |
SecretAuthentication.fill(AuthenticationContext context,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> data) |
void |
StringAuthentication.fill(AuthenticationContext context,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> data) |