Uses of Class
org.apache.maven.wagon.authentication.AuthenticationException
-
-
Uses of AuthenticationException in org.apache.maven.wagon
Methods in org.apache.maven.wagon that throw AuthenticationException Modifier and Type Method Description voidAbstractWagon. connect(Repository repository)voidAbstractWagon. connect(Repository repository, AuthenticationInfo authenticationInfo)voidAbstractWagon. connect(Repository repository, AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo)voidAbstractWagon. connect(Repository repository, AuthenticationInfo authenticationInfo, ProxyInfoProvider proxyInfoProvider)voidAbstractWagon. connect(Repository repository, ProxyInfo proxyInfo)voidAbstractWagon. connect(Repository repository, ProxyInfoProvider proxyInfoProvider)voidWagon. connect(Repository source)Initiate the connection to the repository.voidWagon. connect(Repository source, AuthenticationInfo authenticationInfo)Initiate the connection to the repository.voidWagon. connect(Repository source, AuthenticationInfo authenticationInfo, ProxyInfo proxyInfo)Initiate the connection to the repository.voidWagon. connect(Repository source, AuthenticationInfo authenticationInfo, ProxyInfoProvider proxyInfoProvider)Initiate the connection to the repository.voidWagon. connect(Repository source, ProxyInfo proxyInfo)Initiate the connection to the repository.voidWagon. connect(Repository source, ProxyInfoProvider proxyInfoProvider)Initiate the connection to the repository.voidAbstractWagon. openConnection()voidWagon. openConnection()Deprecated.connect using theWagon.connect(org.apache.maven.wagon.repository.Repository)or related methods - this is an internal methodprotected abstract voidAbstractWagon. openConnectionInternal() -
Uses of AuthenticationException in org.apache.maven.wagon.providers.ftp
Methods in org.apache.maven.wagon.providers.ftp that throw AuthenticationException Modifier and Type Method Description protected voidFtpWagon. openConnectionInternal() -
Uses of AuthenticationException in org.apache.maven.wagon.providers.http
Methods in org.apache.maven.wagon.providers.http that throw AuthenticationException Modifier and Type Method Description voidLightweightHttpsWagon. openConnection()protected voidLightweightHttpWagon. openConnectionInternal() -
Uses of AuthenticationException in org.apache.maven.wagon.providers.ssh.external
Methods in org.apache.maven.wagon.providers.ssh.external that throw AuthenticationException Modifier and Type Method Description protected voidScpExternalWagon. openConnectionInternal() -
Uses of AuthenticationException in org.apache.maven.wagon.providers.ssh.jsch
Methods in org.apache.maven.wagon.providers.ssh.jsch that throw AuthenticationException Modifier and Type Method Description voidAbstractJschWagon. openConnectionInternal()voidSftpWagon. openConnectionInternal() -
Uses of AuthenticationException in org.apache.maven.wagon.providers.ssh.knownhost
Subclasses of AuthenticationException in org.apache.maven.wagon.providers.ssh.knownhost Modifier and Type Class Description classKnownHostChangedExceptionException related to known_host check failures.classUnknownHostExceptionException related to known_host check failures.
-