org.tmatesoft.svn.core.auth

Class SVNUserNameAuthentication

public class SVNUserNameAuthentication extends SVNAuthentication

The SVNUserNameAuthentication class represents a simple authentication credential class that uses only a username to authenticate a user. Used along with the USERNAME credential kind.

Version: 1.1.1

Author: TMate Software Ltd.

Constructor Summary
SVNUserNameAuthentication(String userName, boolean storageAllowed)
Creates a username authentication credential.

Constructor Detail

SVNUserNameAuthentication

public SVNUserNameAuthentication(String userName, boolean storageAllowed)
Creates a username authentication credential.

Parameters: userName a user name storageAllowed if true then this credential is allowed to be stored in the global auth cache, otherwise not

Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.