Class RepositoryAuthenticationHandler
java.lang.Object
org.wildfly.prospero.galleon.RepositoryAuthenticationHandler
- All Implemented Interfaces:
BiConsumer<org.wildfly.channel.Repository, org.eclipse.aether.repository.RemoteRepository.Builder>, RepositoryConversionHandler
Configures repository authentication when creating RemoteRepository instance.
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryAuthenticationHandler(org.apache.maven.settings.Settings mavenSettings) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(org.wildfly.channel.Repository repository, org.eclipse.aether.repository.RemoteRepository.Builder builder) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThen
-
Constructor Details
-
RepositoryAuthenticationHandler
public RepositoryAuthenticationHandler(org.apache.maven.settings.Settings mavenSettings)
-
-
Method Details
-
accept
public void accept(org.wildfly.channel.Repository repository, org.eclipse.aether.repository.RemoteRepository.Builder builder) - Specified by:
acceptin interfaceBiConsumer<org.wildfly.channel.Repository, org.eclipse.aether.repository.RemoteRepository.Builder>
-