Uses of Class
org.eclipse.aether.repository.AuthenticationDigest
-
Packages that use AuthenticationDigest 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. -
-
Uses of AuthenticationDigest in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository with parameters of type AuthenticationDigest Modifier and Type Method Description void
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 AuthenticationDigest Modifier and Type Method Description void
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)
-