public class AuthenticationInfo extends Object implements Serializable
Wagon
will use during login operation.Constructor and Description |
---|
AuthenticationInfo() |
Modifier and Type | Method and Description |
---|---|
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.
|
public AuthenticationInfo()
public String getPassphrase()
public void setPassphrase(String passphrase)
passphrase
- passphrase of the private key filepublic String getPrivateKey()
public void setPrivateKey(String privateKey)
privateKey
- path to private key in local file systempublic String getPassword()
public void setPassword(String password)
password
- password of the userpublic String getUserName()
public void setUserName(String userName)
userName
- the username used to access repositoryCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.