org.tmatesoft.svn.core.auth
public class SVNPasswordAuthentication extends SVNAuthentication
To obtain a password credential, specify the PASSWORD
kind to credentials getter method of ISVNAuthenticationManager:
getFirstAuthentication(),
getNextAuthentication().
Version: 1.1.1
| Constructor Summary | |
|---|---|
| SVNPasswordAuthentication(String userName, String password, boolean storageAllowed)
Creates a password user credential object given a username and password.
| |
| Method Summary | |
|---|---|
| String | getPassword()
Returns this user credential's password.
|
Parameters: userName the name of a user to authenticate password the user's password storageAllowed if true then this credential is allowed to be stored in the global auth cache, otherwise not
Returns: the user's password