org.tmatesoft.svn.core.auth
Class SVNPasswordAuthentication
public class SVNPasswordAuthentication
SVNPasswordAuthentication(String userName, String password, boolean storageAllowed)- Creates a password user credential object given a username and password.
|
String | getPassword()- Returns this user credential's password.
|
SVNPasswordAuthentication
public SVNPasswordAuthentication(String userName,
String password,
boolean storageAllowed) Creates a password user credential object given a username and password.
userName - the name of a user to authenticatepassword - the user's passwordstorageAllowed - if true then
this credential is allowed to be stored in the
global auth cache, otherwise not
getPassword
public String getPassword()
Returns this user credential's password.
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.