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.
version: 1.1.1 author: TMate Software Ltd.
public SVNUserNameAuthentication(String userName, boolean storageAllowed)(Code)
Creates a username authentication credential.
Parameters: userName - a user name Parameters: storageAllowed - if true thenthis credential is allowed to be stored in the global auth cache, otherwise not
Methods inherited from org.tmatesoft.svn.core.auth.SVNAuthentication