Package | Description |
---|---|
org.apache.maven.wagon | |
org.apache.maven.wagon.http | |
org.apache.maven.wagon.providers.ssh |
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 |
---|---|
static File |
ScpHelper.getPrivateKey(AuthenticationInfo authenticationInfo) |
Copyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.