Uses of Interface
org.sonatype.aether.repository.AuthenticationSelector

Packages that use AuthenticationSelector
org.sonatype.aether   
org.sonatype.aether.test.impl   
org.sonatype.aether.util   
org.sonatype.aether.util.repository   
 

Uses of AuthenticationSelector in org.sonatype.aether
 

Methods in org.sonatype.aether that return AuthenticationSelector
 AuthenticationSelector RepositorySystemSession.getAuthenticationSelector()
          Gets the authentication selector to use for repositories discovered in artifact descriptors.
 

Uses of AuthenticationSelector in org.sonatype.aether.test.impl
 

Methods in org.sonatype.aether.test.impl that return AuthenticationSelector
 AuthenticationSelector TestRepositorySystemSession.getAuthenticationSelector()
           
 

Uses of AuthenticationSelector in org.sonatype.aether.util
 

Methods in org.sonatype.aether.util that return AuthenticationSelector
 AuthenticationSelector FilterRepositorySystemSession.getAuthenticationSelector()
           
 AuthenticationSelector DefaultRepositorySystemSession.getAuthenticationSelector()
           
 

Methods in org.sonatype.aether.util with parameters of type AuthenticationSelector
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setAuthenticationSelector(AuthenticationSelector authenticationSelector)
           
 

Uses of AuthenticationSelector in org.sonatype.aether.util.repository
 

Classes in org.sonatype.aether.util.repository that implement AuthenticationSelector
 class ConservativeAuthenticationSelector
          An authentication selector that delegates to another selector but only if a repository has no authentication data yet.
 class DefaultAuthenticationSelector
          A simple authentication selector that selects authentication based on repository identifiers.
 

Constructors in org.sonatype.aether.util.repository with parameters of type AuthenticationSelector
ConservativeAuthenticationSelector(AuthenticationSelector selector)
          Creates a new selector that delegates to the specified selector.
 



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