org.apache.maven.wagon.authentication
public class AuthenticationInfo extends Object implements Serializable
Wagon
will use during login opreration.
Version: $Id: AuthenticationInfo.java 162476 2005-04-19 02:49:45Z brett $
Field Summary | |
---|---|
String | passphrase
Passphrase of the user's private key file |
String | password
Password associated with the login |
String | privateKey
The absolute path to private key file |
String | userName
Username used to login to the host |
Method Summary | |
---|---|
String | getPassphrase()
Get the passphrase of the private key file. |
String | getPassword()
Get the user's password which is used when connecting to the repository.
|
String | getPrivateKey()
Get the absolute path to the private key file.
|
String | getUserName()
Get the username used to access the repository.
|
void | setPassphrase(String passphrase)
Set the passphrase of the private key file.
|
void | setPassword(String password)
Set the user's password which is used when connecting to the repository.
|
void | setPrivateKey(String privateKey)
Set the absolute path to private key file.
|
void | setUserName(String userName)
Set username used to access the repository.
|
Returns: passphrase of the private key file
Returns: password of user
Returns: absolute path to private key
Returns: username at repository
Parameters: passphrase passphrase of the private key file
Parameters: password password of the user
Parameters: privateKey path to private key in local file system
Parameters: userName the username used to access repository