public class AuthenticationInfo
extends java.lang.Object
implements java.io.Serializable
Wagon
will use during login operation.Constructor and Description |
---|
AuthenticationInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPassphrase()
Get the passphrase of the private key file.
|
java.lang.String |
getPassword()
Get the user's password which is used when connecting to the repository.
|
java.lang.String |
getPrivateKey()
Get the absolute path to the private key file.
|
java.lang.String |
getUserName()
Get the username used to access the repository.
|
void |
setPassphrase(java.lang.String passphrase)
Set the passphrase of the private key file.
|
void |
setPassword(java.lang.String password)
Set the user's password which is used when connecting to the repository.
|
void |
setPrivateKey(java.lang.String privateKey)
Set the absolute path to private key file.
|
void |
setUserName(java.lang.String userName)
Set username used to access the repository.
|
public java.lang.String getPassphrase()
public void setPassphrase(java.lang.String passphrase)
passphrase
- passphrase of the private key filepublic java.lang.String getPrivateKey()
public void setPrivateKey(java.lang.String privateKey)
privateKey
- path to private key in local file systempublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- password of the userpublic java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName
- the username used to access repositoryCopyright © 2003-2013. All Rights Reserved.