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 ISVNAuthenticationManager.USERNAME credential kind.
Version:
1.1.1
Author:
TMate Software Ltd.

Constructor Summary

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

Method Summary

Methods inherited from class org.tmatesoft.svn.core.auth.SVNAuthentication

getKind, getUserName, isStorageAllowed

Constructor Details

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-2006 TMate Software Ltd. All Rights Reserved.