|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Authentication | |
---|---|
org.sonatype.aether.repository | |
org.sonatype.aether.util.repository |
Uses of Authentication in org.sonatype.aether.repository |
---|
Methods in org.sonatype.aether.repository that return Authentication | |
---|---|
Authentication |
RemoteRepository.getAuthentication()
Gets the authentication that has been selected for this repository. |
Authentication |
Proxy.getAuthentication()
Gets the authentication to use for the proxy connection. |
Authentication |
AuthenticationSelector.getAuthentication(RemoteRepository repository)
Selects authentication for the specified remote repository. |
Authentication |
Authentication.setPassphrase(String passphrase)
Sets the passphrase for the private key file. |
Authentication |
Authentication.setPassword(String password)
Sets the password to use for authentication. |
Authentication |
Authentication.setPrivateKeyFile(String privateKeyFile)
Sets the path to the private key file to use for authentication. |
Authentication |
Authentication.setUsername(String username)
Sets the username to use for authentication. |
Methods in org.sonatype.aether.repository with parameters of type Authentication | |
---|---|
RemoteRepository |
RemoteRepository.setAuthentication(Authentication authentication)
Sets the authentication to use in order to access this repository. |
Proxy |
Proxy.setAuthentication(Authentication auth)
Sets the authentication to use for the proxy connection. |
Constructors in org.sonatype.aether.repository with parameters of type Authentication | |
---|---|
Proxy(String type,
String host,
int port,
Authentication auth)
Creates a new proxy with the specified properties. |
Uses of Authentication in org.sonatype.aether.util.repository |
---|
Methods in org.sonatype.aether.util.repository that return Authentication | |
---|---|
Authentication |
ConservativeAuthenticationSelector.getAuthentication(RemoteRepository repository)
|
Authentication |
DefaultAuthenticationSelector.getAuthentication(RemoteRepository repository)
|
Methods in org.sonatype.aether.util.repository with parameters of type Authentication | |
---|---|
DefaultAuthenticationSelector |
DefaultAuthenticationSelector.add(String id,
Authentication auth)
Adds the specified authentication info for the given repository identifier. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |