org.tmatesoft.svn.core.auth
Class 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.
SVNUserNameAuthentication
public SVNUserNameAuthentication(String userName,
boolean storageAllowed) Creates a username authentication credential.
userName - a user namestorageAllowed - if true then
this credential is allowed to be stored in the
global auth cache, otherwise not
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.