public class SVNUserNameAuthentication extends SVNAuthentication
ISVNAuthenticationManager.USERNAME credential kind.| Constructor and Description |
|---|
SVNUserNameAuthentication(String userName,
boolean storageAllowed)
Creates a username authentication credential.
|
SVNUserNameAuthentication(String userName,
boolean storageAllowed,
SVNURL url,
boolean isPartial)
Creates a username authentication credential.
|
public SVNUserNameAuthentication(String userName, boolean storageAllowed)
userName - a user namestorageAllowed - if true then
this credential is allowed to be stored in the
global auth cache, otherwise notpublic SVNUserNameAuthentication(String userName, boolean storageAllowed, SVNURL url, boolean isPartial)
userName - a user namestorageAllowed - if true then
this credential is allowed to be stored in the
global auth cache, otherwise noturl - url these credentials are applied toCopyright © 2004-2011 TMate Software Ltd. All Rights Reserved.