Uses of Class
org.eclipse.aether.repository.AuthenticationContext
Packages that use AuthenticationContext
Package
Description
The definition of various kinds of repositories that host artifacts.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Support for downloads/uploads using Apache Maven Wagon.
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
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.private static AuthenticationContext
AuthenticationContext.newInstance
(RepositorySystemSession session, RemoteRepository repository, Proxy proxy, Authentication auth) 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. -
Uses of AuthenticationContext in org.eclipse.aether.transport.http
Fields in org.eclipse.aether.transport.http declared as AuthenticationContextModifier and TypeFieldDescriptionprivate final AuthenticationContext
DeferredCredentialsProvider.BasicFactory.authContext
private final AuthenticationContext
DeferredCredentialsProvider.NtlmFactory.authContext
private final AuthenticationContext
HttpTransporter.proxyAuthContext
private final AuthenticationContext
HttpTransporter.repoAuthContext
Methods in org.eclipse.aether.transport.http with parameters of type AuthenticationContextModifier and TypeMethodDescriptionprivate static org.apache.http.client.CredentialsProvider
HttpTransporter.toCredentialsProvider
(String host, int port, AuthenticationContext ctx) private static org.apache.http.client.CredentialsProvider
HttpTransporter.toCredentialsProvider
(org.apache.http.HttpHost server, AuthenticationContext serverAuthCtx, org.apache.http.HttpHost proxy, AuthenticationContext proxyAuthCtx) Constructors in org.eclipse.aether.transport.http with parameters of type AuthenticationContextModifierConstructorDescription(package private)
BasicFactory
(AuthenticationContext authContext) (package private)
ConnMgrConfig
(RepositorySystemSession session, AuthenticationContext authContext, String httpsSecurityMode, int connectionMaxTtlSeconds, int maxConnectionsPerRoute) (package private)
NtlmFactory
(AuthenticationContext authContext) -
Uses of AuthenticationContext in org.eclipse.aether.transport.wagon
Fields in org.eclipse.aether.transport.wagon declared as AuthenticationContextModifier and TypeFieldDescriptionprivate final AuthenticationContext
WagonTransporter.proxyAuthContext
private final AuthenticationContext
WagonTransporter.repoAuthContext
Methods in org.eclipse.aether.transport.wagon with parameters of type AuthenticationContextModifier and TypeMethodDescriptionprivate org.apache.maven.wagon.authentication.AuthenticationInfo
WagonTransporter.getAuthenticationInfo
(AuthenticationContext authContext) private org.apache.maven.wagon.proxy.ProxyInfoProvider
WagonTransporter.getProxy
(RemoteRepository repository, AuthenticationContext authContext) -
Uses of AuthenticationContext in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository with parameters of type AuthenticationContext