public class SVNUserNameAuthentication extends SVNAuthentication
ISVNAuthenticationManager.USERNAME
credential kind.Constructor and Description |
---|
SVNUserNameAuthentication(String userName,
boolean storageAllowed)
Deprecated.
|
SVNUserNameAuthentication(String userName,
boolean storageAllowed,
SVNURL url,
boolean isPartial)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SVNAuthentication |
copy()
Creates a deep copy of this credentials object.
|
static SVNUserNameAuthentication |
newInstance(String userName,
boolean storageAllowed,
SVNURL url,
boolean isPartial)
Creates a username authentication credential.
|
copyOf, dismissSensitiveData, getKind, getURL, getUserName, isPartial, isStorageAllowed
public SVNUserNameAuthentication(String userName, boolean storageAllowed)
newInstance(String, boolean, SVNURL, boolean)
methodpublic SVNUserNameAuthentication(String userName, boolean storageAllowed, SVNURL url, boolean isPartial)
newInstance(String, boolean, SVNURL, boolean)
methodpublic static SVNUserNameAuthentication newInstance(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 topublic SVNAuthentication copy()
SVNAuthentication
copy
in class SVNAuthentication
Copyright © 2019. All rights reserved.