public class SVNUserNameAuthentication extends SVNAuthentication
ISVNAuthenticationManager.USERNAME
credential kind.Constructor and Description |
---|
SVNUserNameAuthentication(java.lang.String userName,
boolean storageAllowed)
Deprecated.
use constructor with SVNURL parameter instead
|
SVNUserNameAuthentication(java.lang.String userName,
boolean storageAllowed,
SVNURL url,
boolean isPartial)
Creates a username authentication credential.
|
getKind, getURL, getUserName, isPartial, isStorageAllowed
public SVNUserNameAuthentication(java.lang.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(java.lang.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-2012 TMate Software Ltd. All Rights Reserved.