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 DefaultArtifactRepository.getAuthentication()
          Deprecated.  
 Authentication MavenArtifactRepository.getAuthentication()
           
 Authentication ArtifactRepository.getAuthentication()
           
 

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



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.