|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.artifact.repository.Authentication
public class Authentication
| Constructor Summary | |
|---|---|
Authentication(String userName,
String password)
|
|
| Method Summary | |
|---|---|
String |
getPassword()
Get the user's password which is used when connecting to the repository. |
String |
getUsername()
Get the username used to access the repository. |
void |
setPassword(String password)
Set the user's password which is used when connecting to the repository. |
void |
setUsername(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 |
| Constructor Detail |
|---|
public Authentication(String userName,
String password)
| Method Detail |
|---|
public 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 repository
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||