See: Description
Class | Description |
---|---|
AuthenticationBuilder |
A utility class to build authentication info for repositories and proxies.
|
ChainedAuthentication |
Authentication that aggregates other authentication blocks.
|
ChainedWorkspaceReader |
A workspace reader that delegates to a chain of other readers, effectively aggregating their contents.
|
ChainedWorkspaceReader.Key | |
ComponentAuthentication |
Authentication block that manages a single authentication key and its component value.
|
ConservativeAuthenticationSelector |
An authentication selector that delegates to another selector but only if a repository has no authentication data
yet.
|
ConservativeProxySelector |
A proxy selector that delegates to another selector but only if a repository has no proxy yet.
|
DefaultAuthenticationSelector |
A simple authentication selector that selects authentication based on repository identifiers.
|
DefaultMirrorSelector |
A simple mirror selector that selects mirrors based on repository identifiers.
|
DefaultMirrorSelector.MirrorDef | |
DefaultProxySelector |
A simple proxy selector that selects the first matching proxy from a list of configured proxies.
|
DefaultProxySelector.NonProxyHosts | |
DefaultProxySelector.ProxyDef | |
JreProxySelector |
A proxy selector that uses the
JRE's global proxy selector . |
JreProxySelector.JreProxyAuthentication | |
SecretAuthentication |
Authentication block that manages a single authentication key and its secret string value (password, passphrase).
|
SimpleArtifactDescriptorPolicy |
An artifact descriptor error policy that allows to control error handling at a global level.
|
SimpleResolutionErrorPolicy |
A resolution error policy that allows to control caching for artifacts and metadata at a global level.
|
StringAuthentication |
Authentication block that manages a single authentication key and its string value.
|