Uses of Class
org.eclipse.aether.repository.AuthenticationContext
-
Packages that use AuthenticationContext Package Description org.eclipse.aether.repository 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 AuthenticationContext Modifier and Type Method Description static AuthenticationContextAuthenticationContext. forProxy(RepositorySystemSession session, RemoteRepository repository)Gets an authentication context for the proxy of the specified repository.static AuthenticationContextAuthenticationContext. forRepository(RepositorySystemSession session, RemoteRepository repository)Gets an authentication context for the specified repository.Methods in org.eclipse.aether.repository with parameters of type AuthenticationContext Modifier and Type Method Description static voidAuthenticationContext. close(AuthenticationContext context)Closes the specified authentication context.voidAuthentication. fill(AuthenticationContext context, String key, Map<String,String> data)Fills the given authentication context with the data from this authentication callback.
-