Uses of Class
org.eclipse.aether.util.repository.AuthenticationBuilder
Package
Description
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of AuthenticationBuilder in org.eclipse.aether.util.repository
Modifier and TypeMethodDescriptionAuthenticationBuilder.addCustom
(Authentication authentication) Adds custom authentication data to the authentication.AuthenticationBuilder.addHostnameVerifier
(HostnameVerifier verifier) Adds a hostname verifier for SSL.Adds NTLM data to the authentication.AuthenticationBuilder.addPassword
(char[] password) Adds password data to the authentication.AuthenticationBuilder.addPassword
(String password) Adds password data to the authentication.AuthenticationBuilder.addPrivateKey
(String pathname, char[] passphrase) Adds private key data to the authentication.AuthenticationBuilder.addPrivateKey
(String pathname, String passphrase) Adds private key data to the authentication.Adds sensitive custom string data to the authentication.Adds sensitive custom string data to the authentication.Adds custom string data to the authentication.AuthenticationBuilder.addUsername
(String username) Adds username data to the authentication.