Uses of Class
org.apache.maven.artifact.repository.Authentication

Packages that use Authentication
org.apache.maven.artifact.repository   
 

Uses of Authentication in org.apache.maven.artifact.repository
 

Methods in org.apache.maven.artifact.repository that return Authentication
 Authentication ArtifactRepository.getAuthentication()
           
 Authentication DefaultArtifactRepository.getAuthentication()
          Deprecated.  
 Authentication MavenArtifactRepository.getAuthentication()
           
 

Methods in org.apache.maven.artifact.repository with parameters of type Authentication
 void ArtifactRepository.setAuthentication(Authentication authentication)
           
 void DefaultArtifactRepository.setAuthentication(Authentication authentication)
          Deprecated.  
 void MavenArtifactRepository.setAuthentication(Authentication authentication)
           
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.