public class SVNUserNameAuthentication extends SVNAuthentication
ISVNAuthenticationManager.USERNAME
credential kind.Constructor | Description |
---|---|
SVNUserNameAuthentication(java.lang.String userName,
boolean storageAllowed) |
Deprecated.
|
SVNUserNameAuthentication(java.lang.String userName,
boolean storageAllowed,
SVNURL url,
boolean isPartial) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
SVNAuthentication |
copy() |
Creates a deep copy of this credentials object.
|
static SVNUserNameAuthentication |
newInstance(java.lang.String userName,
boolean storageAllowed,
SVNURL url,
boolean isPartial) |
Creates a username authentication credential.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
copyOf, dismissSensitiveData, getKind, getURL, getUserName, isPartial, isStorageAllowed
public SVNUserNameAuthentication(java.lang.String userName, boolean storageAllowed)
public SVNUserNameAuthentication(java.lang.String userName, boolean storageAllowed, SVNURL url, boolean isPartial)
public static SVNUserNameAuthentication newInstance(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 topublic SVNAuthentication copy()
SVNAuthentication
copy
in class SVNAuthentication