Uses of Class
org.eclipse.aether.repository.AuthenticationContext
Packages that use AuthenticationContext
Package
Description
The definition of various kinds of repositories that host artifacts.
-
Uses of AuthenticationContext in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return AuthenticationContextModifier and TypeMethodDescriptionstatic AuthenticationContext
AuthenticationContext.forProxy
(RepositorySystemSession session, RemoteRepository repository) Gets an authentication context for the proxy of the specified repository.static AuthenticationContext
AuthenticationContext.forRepository
(RepositorySystemSession session, RemoteRepository repository) Gets an authentication context for the specified repository.Methods in org.eclipse.aether.repository with parameters of type AuthenticationContextModifier and TypeMethodDescriptionstatic void
AuthenticationContext.close
(AuthenticationContext context) Closes the specified authentication context.void
Fills the given authentication context with the data from this authentication callback.