|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.wagon.authentication.AuthenticationInfo
public class AuthenticationInfo
This class holds the set of properties used when instance of the Wagon
will use during login opreration.
Field Summary | |
---|---|
private java.lang.String |
passphrase
Passphrase of the user's private key file |
private java.lang.String |
password
Password associated with the login |
private java.lang.String |
privateKey
The absolute path to private key file |
private java.lang.String |
userName
Username used to login to the host |
Constructor Summary | |
---|---|
AuthenticationInfo()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String userName
private java.lang.String password
private java.lang.String passphrase
private java.lang.String privateKey
Constructor Detail |
---|
public AuthenticationInfo()
Method Detail |
---|
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 repository
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |