Uses of Interface
org.eclipse.aether.repository.AuthenticationSelector
-
Packages that use AuthenticationSelector Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.util.repository Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities. -
-
Uses of AuthenticationSelector in org.eclipse.aether
Classes in org.eclipse.aether that implement AuthenticationSelector Modifier and Type Class Description (package private) static classDefaultRepositorySystemSession.NullAuthenticationSelectorFields in org.eclipse.aether declared as AuthenticationSelector Modifier and Type Field Description private AuthenticationSelectorDefaultRepositorySystemSession. authenticationSelectorstatic AuthenticationSelectorDefaultRepositorySystemSession.NullAuthenticationSelector. INSTANCEMethods 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. -
Uses of AuthenticationSelector in org.eclipse.aether.util.repository
Classes in org.eclipse.aether.util.repository that implement AuthenticationSelector Modifier and Type Class Description classConservativeAuthenticationSelectorAn authentication selector that delegates to another selector but only if a repository has no authentication data yet.classDefaultAuthenticationSelectorA simple authentication selector that selects authentication based on repository identifiers.Fields in org.eclipse.aether.util.repository declared as AuthenticationSelector Modifier and Type Field Description private AuthenticationSelectorConservativeAuthenticationSelector. selectorConstructors in org.eclipse.aether.util.repository with parameters of type AuthenticationSelector Constructor Description ConservativeAuthenticationSelector(AuthenticationSelector selector)Creates a new selector that delegates to the specified selector.
-