|
SVNKit Home]]> | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tmatesoft.svn.core.auth.SVNAuthentication
org.tmatesoft.svn.core.auth.SVNUserNameAuthentication
public class SVNUserNameAuthentication
The SVNUserNameAuthentication class represents a simple
authentication credential class that uses only a username to
authenticate a user. Used along with the
ISVNAuthenticationManager.USERNAME credential kind.
| Constructor Summary | |
|---|---|
SVNUserNameAuthentication(java.lang.String userName,
boolean storageAllowed)
Deprecated. Use newInstance(String, boolean, SVNURL, boolean) method |
|
SVNUserNameAuthentication(java.lang.String userName,
boolean storageAllowed,
SVNURL url,
boolean isPartial)
Deprecated. Use newInstance(String, boolean, SVNURL, boolean) method |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.tmatesoft.svn.core.auth.SVNAuthentication |
|---|
copyOf, dismissSensitiveData, getKind, getURL, getUserName, isPartial, isStorageAllowed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVNUserNameAuthentication(java.lang.String userName,
boolean storageAllowed)
newInstance(String, boolean, SVNURL, boolean) method
public SVNUserNameAuthentication(java.lang.String userName,
boolean storageAllowed,
SVNURL url,
boolean isPartial)
newInstance(String, boolean, SVNURL, boolean) method
| Method Detail |
|---|
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
|
SVNKit Home]]> | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||