Package | Description |
---|---|
org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
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 |
---|---|
void |
Authentication.digest(AuthenticationDigest digest)
Updates the given digest with data from this authentication callback.
|
Modifier and Type | Method and Description |
---|---|
void |
SecretAuthentication.digest(AuthenticationDigest digest) |
void |
StringAuthentication.digest(AuthenticationDigest digest) |
void |
JreProxySelector.JreProxyAuthentication.digest(AuthenticationDigest digest) |
void |
ComponentAuthentication.digest(AuthenticationDigest digest) |
void |
ChainedAuthentication.digest(AuthenticationDigest digest) |