Uses of Interface
org.eclipse.aether.repository.AuthenticationSelector
-
Packages that use AuthenticationSelector Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality. -
-
Uses of AuthenticationSelector in org.eclipse.aether
Methods in org.eclipse.aether that return AuthenticationSelector Modifier and Type Method Description AuthenticationSelectorAbstractForwardingRepositorySystemSession. getAuthenticationSelector()AuthenticationSelectorDefaultRepositorySystemSession. getAuthenticationSelector()AuthenticationSelectorRepositorySystemSession. getAuthenticationSelector()Gets the authentication selector to use for repositories discovered in artifact descriptors.Methods in org.eclipse.aether with parameters of type AuthenticationSelector Modifier and Type Method Description DefaultRepositorySystemSessionDefaultRepositorySystemSession. setAuthenticationSelector(AuthenticationSelector authenticationSelector)Sets the authentication selector to use for repositories discovered in artifact descriptors.
-