| Package | Description | 
|---|---|
| org.eclipse.aether.util.repository | Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities. | 
| Modifier and Type | Method and Description | 
|---|---|
| AuthenticationBuilder | AuthenticationBuilder. addCustom(org.eclipse.aether.repository.Authentication authentication)Adds custom authentication data to the authentication. | 
| AuthenticationBuilder | AuthenticationBuilder. addHostnameVerifier(HostnameVerifier verifier)Adds a hostname verifier for SSL. | 
| AuthenticationBuilder | AuthenticationBuilder. addNtlm(String workstation,
              String domain)Adds NTLM data to the authentication. | 
| AuthenticationBuilder | AuthenticationBuilder. addPassword(char[] password)Adds password data to the authentication. | 
| AuthenticationBuilder | AuthenticationBuilder. addPassword(String password)Adds password data to the authentication. | 
| AuthenticationBuilder | AuthenticationBuilder. addPrivateKey(String pathname,
                          char[] passphrase)Adds private key data to the authentication. | 
| AuthenticationBuilder | AuthenticationBuilder. addPrivateKey(String pathname,
                          String passphrase)Adds private key data to the authentication. | 
| AuthenticationBuilder | AuthenticationBuilder. addSecret(String key,
                  char[] value)Adds sensitive custom string data to the authentication. | 
| AuthenticationBuilder | AuthenticationBuilder. addSecret(String key,
                  String value)Adds sensitive custom string data to the authentication. | 
| AuthenticationBuilder | AuthenticationBuilder. addString(String key,
                  String value)Adds custom string data to the authentication. | 
| AuthenticationBuilder | AuthenticationBuilder. addUsername(String username)Adds username data to the authentication. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.