ch.e2e.examples.ftpservice
Class BridgeUserManager
java.lang.Object
ch.e2e.examples.ftpservice.BridgeUserManager
public class BridgeUserManager
- extends java.lang.Object
Copyright © 2001-2006 E2E technologies Ltd. All rights reserved.
- Version:
- $Revision: 1.3 $
- Author:
- tzimber
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
callback
private FtpServerCallback callback
BridgeUserManager
public BridgeUserManager(FtpServerCallback callback)
getUserByName
public User getUserByName(java.lang.String username)
throws FtpException
- Throws:
FtpException
getAllUserNames
public java.lang.String[] getAllUserNames()
throws FtpException
- Throws:
FtpException
delete
public void delete(java.lang.String username)
throws FtpException
- Throws:
FtpException
save
public void save(User user)
throws FtpException
- Throws:
FtpException
doesExist
public boolean doesExist(java.lang.String username)
throws FtpException
- Throws:
FtpException
authenticate
public User authenticate(Authentication authentication)
throws AuthenticationFailedException
- Throws:
AuthenticationFailedException
getAdminName
public java.lang.String getAdminName()
throws FtpException
- Throws:
FtpException
isAdmin
public boolean isAdmin(java.lang.String username)
throws FtpException
- Throws:
FtpException
Copyright © 2006 E2E Technologies Ltd. All Rights Reserved.