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.org.eclipse.aether.transport.http Support for downloads/uploads via the HTTP and HTTPS protocols.org.eclipse.aether.transport.wagon Support for downloads/uploads using Apache Maven Wagon.org.eclipse.aether.util.repository 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 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.private static AuthenticationContextAuthenticationContext. newInstance(RepositorySystemSession session, RemoteRepository repository, Proxy proxy, Authentication auth)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, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> data)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 AuthenticationContext Modifier and Type Field Description private AuthenticationContextDeferredCredentialsProvider.BasicFactory. authContextprivate AuthenticationContextDeferredCredentialsProvider.NtlmFactory. authContextprivate AuthenticationContextHttpTransporter. proxyAuthContextprivate AuthenticationContextHttpTransporter. repoAuthContextMethods in org.eclipse.aether.transport.http with parameters of type AuthenticationContext Modifier and Type Method Description private static org.apache.http.client.CredentialsProviderHttpTransporter. toCredentialsProvider(java.lang.String host, int port, AuthenticationContext ctx)private static org.apache.http.client.CredentialsProviderHttpTransporter. 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 AuthenticationContext Constructor Description BasicFactory(AuthenticationContext authContext)NtlmFactory(AuthenticationContext authContext)SslConfig(RepositorySystemSession session, AuthenticationContext authContext) -
Uses of AuthenticationContext in org.eclipse.aether.transport.wagon
Fields in org.eclipse.aether.transport.wagon declared as AuthenticationContext Modifier and Type Field Description private AuthenticationContextWagonTransporter. proxyAuthContextprivate AuthenticationContextWagonTransporter. repoAuthContextMethods in org.eclipse.aether.transport.wagon with parameters of type AuthenticationContext Modifier and Type Method Description private org.apache.maven.wagon.authentication.AuthenticationInfoWagonTransporter. getAuthenticationInfo(RemoteRepository repository, AuthenticationContext authContext)private org.apache.maven.wagon.proxy.ProxyInfoProviderWagonTransporter. 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 Modifier and Type Method Description voidChainedAuthentication. fill(AuthenticationContext context, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> data)voidComponentAuthentication. fill(AuthenticationContext context, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> data)voidJreProxySelector.JreProxyAuthentication. fill(AuthenticationContext context, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> data)voidSecretAuthentication. fill(AuthenticationContext context, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> data)voidStringAuthentication. fill(AuthenticationContext context, java.lang.String key, java.util.Map<java.lang.String,java.lang.String> data)
-