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 voidAuthentication. 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 voidChainedAuthentication. digest(AuthenticationDigest digest)voidComponentAuthentication. digest(AuthenticationDigest digest)voidJreProxySelector.JreProxyAuthentication. digest(AuthenticationDigest digest)voidSecretAuthentication. digest(AuthenticationDigest digest)voidStringAuthentication. digest(AuthenticationDigest digest)
-