|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationInfo | |
|---|---|
| org.apache.maven.wagon | |
| org.apache.maven.wagon.http | |
| org.apache.maven.wagon.providers.ssh | |
| org.apache.maven.wagon.tck.http | |
| Uses of AuthenticationInfo in org.apache.maven.wagon |
|---|
| Fields in org.apache.maven.wagon declared as AuthenticationInfo | |
|---|---|
protected AuthenticationInfo |
AbstractWagon.authenticationInfo
|
| Methods in org.apache.maven.wagon that return AuthenticationInfo | |
|---|---|
AuthenticationInfo |
AbstractWagon.getAuthenticationInfo()
|
protected AuthenticationInfo |
WagonTestCase.getAuthInfo()
|
| Methods in org.apache.maven.wagon with parameters of type AuthenticationInfo | |
|---|---|
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)
|
| Uses of AuthenticationInfo in org.apache.maven.wagon.http |
|---|
| Methods in org.apache.maven.wagon.http with parameters of type AuthenticationInfo | |
|---|---|
void |
HttpWagonTestCase.runTestSecuredGet(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)
|
| Uses of AuthenticationInfo in org.apache.maven.wagon.providers.ssh |
|---|
| Methods in org.apache.maven.wagon.providers.ssh that return AuthenticationInfo | |
|---|---|
protected AuthenticationInfo |
AbstractEmbeddedScpWagonWithKeyTest.getAuthInfo()
|
protected AuthenticationInfo |
AbstractEmbeddedScpWagonTest.getAuthInfo()
|
| Methods in org.apache.maven.wagon.providers.ssh with parameters of type AuthenticationInfo | |
|---|---|
static File |
ScpHelper.getPrivateKey(AuthenticationInfo authenticationInfo)
|
| Uses of AuthenticationInfo in org.apache.maven.wagon.tck.http |
|---|
| Methods in org.apache.maven.wagon.tck.http with parameters of type AuthenticationInfo | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||