Package | Description |
---|---|
org.apache.maven.wagon | |
org.apache.maven.wagon.http | |
org.apache.maven.wagon.providers.ssh | |
org.apache.maven.wagon.tck.http |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationInfo |
AbstractWagon.authenticationInfo |
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
AbstractWagon.getAuthenticationInfo() |
protected AuthenticationInfo |
WagonTestCase.getAuthInfo() |
Modifier and Type | Method and Description |
---|---|
void |
Wagon.connect(Repository source,
AuthenticationInfo authenticationInfo)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
AuthenticationInfo authenticationInfo) |
void |
Wagon.connect(Repository source,
AuthenticationInfo authenticationInfo,
ProxyInfo proxyInfo)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
AuthenticationInfo authenticationInfo,
ProxyInfo proxyInfo) |
void |
Wagon.connect(Repository source,
AuthenticationInfo authenticationInfo,
ProxyInfoProvider proxyInfoProvider)
Initiate the connection to the repository.
|
void |
AbstractWagon.connect(Repository repository,
AuthenticationInfo authenticationInfo,
ProxyInfoProvider proxyInfoProvider) |
Modifier and Type | Method and Description |
---|---|
void |
HttpWagonTestCase.runTestSecuredGet(AuthenticationInfo authInfo) |
void |
HttpWagonTestCase.runTestSecuredGetToStream(AuthenticationInfo authInfo) |
void |
HttpWagonTestCase.runTestSecuredPut(AuthenticationInfo authInfo) |
void |
HttpWagonTestCase.runTestSecuredPut(AuthenticationInfo authInfo,
int putNumber) |
void |
HttpWagonTestCase.runTestSecuredPutFromStream(AuthenticationInfo authInfo,
int putNumber,
boolean addSecurityHandler) |
void |
HttpWagonTestCase.runTestSecuredResourceExists(AuthenticationInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationInfo |
AbstractEmbeddedScpWagonWithKeyTest.getAuthInfo() |
protected AuthenticationInfo |
AbstractEmbeddedScpWagonTest.getAuthInfo() |
Modifier and Type | Method and Description |
---|---|
static File |
ScpHelper.getPrivateKey(AuthenticationInfo authenticationInfo) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
HttpWagonTests.initTest(AuthenticationInfo auth,
ProxyInfo proxy) |
protected boolean |
HttpWagonTests.initTest(String baseUrl,
AuthenticationInfo auth,
ProxyInfo proxy) |
protected void |
GetWagonTests.testAuthFailure(String path,
AuthenticationInfo info) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.