Uses of Class
org.sonatype.aether.repository.Authentication

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(java.lang.String passphrase)
          Sets the passphrase for the private key file.
 Authentication Authentication.setPassword(java.lang.String password)
          Sets the password to use for authentication.
 Authentication Authentication.setPrivateKeyFile(java.lang.String privateKeyFile)
          Sets the path to the private key file to use for authentication.
 Authentication Authentication.setUsername(java.lang.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(java.lang.String type, java.lang.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 DefaultAuthenticationSelector.getAuthentication(RemoteRepository repository)
           
 Authentication ConservativeAuthenticationSelector.getAuthentication(RemoteRepository repository)
           
 

Methods in org.sonatype.aether.util.repository with parameters of type Authentication
 DefaultAuthenticationSelector DefaultAuthenticationSelector.add(java.lang.String id, Authentication auth)
          Adds the specified authentication info for the given repository identifier.
 



Copyright © 2010 Sonatype, Inc.. All Rights Reserved.