Uses of Class
org.eclipse.aether.repository.AuthenticationDigest
Packages that use AuthenticationDigest
Package
Description
The definition of various kinds of repositories that host artifacts.
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of AuthenticationDigest in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository with parameters of type AuthenticationDigestModifier and TypeMethodDescriptionvoid
Authentication.digest
(AuthenticationDigest digest) Updates the given digest with data from this authentication callback. -
Uses of AuthenticationDigest in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository with parameters of type AuthenticationDigestModifier and TypeMethodDescriptionvoid
ChainedAuthentication.digest
(AuthenticationDigest digest) void
ComponentAuthentication.digest
(AuthenticationDigest digest) void
JreProxySelector.JreProxyAuthentication.digest
(AuthenticationDigest digest) void
SecretAuthentication.digest
(AuthenticationDigest digest) void
StringAuthentication.digest
(AuthenticationDigest digest)