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(Authentication authentication)
Adds custom authentication data to the authentication.
|
AuthenticationBuilder |
AuthenticationBuilder.addHostnameVerifier(javax.net.ssl.HostnameVerifier verifier)
Adds a hostname verifier for SSL.
|
AuthenticationBuilder |
AuthenticationBuilder.addNtlm(java.lang.String workstation,
java.lang.String domain)
Adds NTLM data to the authentication.
|
AuthenticationBuilder |
AuthenticationBuilder.addPassword(char[] password)
Adds password data to the authentication.
|
AuthenticationBuilder |
AuthenticationBuilder.addPassword(java.lang.String password)
Adds password data to the authentication.
|
AuthenticationBuilder |
AuthenticationBuilder.addPrivateKey(java.lang.String pathname,
char[] passphrase)
Adds private key data to the authentication.
|
AuthenticationBuilder |
AuthenticationBuilder.addPrivateKey(java.lang.String pathname,
java.lang.String passphrase)
Adds private key data to the authentication.
|
AuthenticationBuilder |
AuthenticationBuilder.addSecret(java.lang.String key,
char[] value)
Adds sensitive custom string data to the authentication.
|
AuthenticationBuilder |
AuthenticationBuilder.addSecret(java.lang.String key,
java.lang.String value)
Adds sensitive custom string data to the authentication.
|
AuthenticationBuilder |
AuthenticationBuilder.addString(java.lang.String key,
java.lang.String value)
Adds custom string data to the authentication.
|
AuthenticationBuilder |
AuthenticationBuilder.addUsername(java.lang.String username)
Adds username data to the authentication.
|