| Methods in org.apache.maven.artifact.manager that throw CredentialsDataSourceException |
void |
WagonManager.addAuthenticationCredentials(java.lang.String repositoryId,
java.lang.String username,
java.lang.String password,
java.lang.String privateKey,
java.lang.String passphrase)
|
void |
DefaultWagonManager.addAuthenticationCredentials(java.lang.String repositoryId,
java.lang.String username,
java.lang.String password,
java.lang.String privateKey,
java.lang.String passphrase)
|
org.apache.maven.wagon.authentication.AuthenticationInfo |
CredentialsDataSource.get(java.lang.String resourceId)
find, if not found, prompt and create Authentication info
for a given resource |
org.apache.maven.wagon.authentication.AuthenticationInfo |
WagonManager.getAuthenticationInfo(java.lang.String id)
|
org.apache.maven.wagon.authentication.AuthenticationInfo |
DefaultWagonManager.getAuthenticationInfo(java.lang.String id)
|
void |
CredentialsDataSource.set(CredentialsChangeRequest req)
set, if not found, prompt and create Authentication info
for a given resource. |