|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PasswordCredentials
A username/password credentials that can be used to login to password-protected remote repository.
| Method Summary | |
|---|---|
String |
getPassword()
Returns the password to use when authenticating to this repository. |
String |
getUsername()
Returns the user name to use when authenticating to this repository. |
void |
setPassword(String password)
Sets the password to use when authenticating to this repository. |
void |
setUsername(String userName)
Sets the user name to use when authenticating to this repository. |
| Method Detail |
|---|
String getUsername()
void setUsername(String userName)
userName - The user name. May be null.String getPassword()
void setPassword(String password)
password - The password. May be null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||