public class AlfrescoFtpAuthenticator extends FTPAuthenticatorBase
| Modifier and Type | Field and Description |
|---|---|
protected org.alfresco.jlan.server.auth.PasswordEncryptor |
m_encryptor |
protected MD4PasswordEncoder |
m_md4Encoder |
logger, serverConfiguration| Constructor and Description |
|---|
AlfrescoFtpAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticateUser(org.alfresco.jlan.server.auth.ClientInfo client,
org.alfresco.jlan.ftp.FTPSrvSession sess)
Authenticate the user
|
protected void |
doGuestLogon(AlfrescoClientInfo client,
org.alfresco.jlan.server.SrvSession sess)
Logon using the guest user account
|
checkForAdminUserName, closeAuthenticator, createTransaction, destroy, getAuthenticationComponent, getAuthenticationService, getAuthorityService, getNTLMAuthenticator, getTransactionService, initialize, initialize, isActive, setActive, setAuthenticationComponent, setAuthenticationService, setAuthorityService, setConfig, setTransactionServiceprotected MD4PasswordEncoder m_md4Encoder
protected org.alfresco.jlan.server.auth.PasswordEncryptor m_encryptor
public boolean authenticateUser(org.alfresco.jlan.server.auth.ClientInfo client,
org.alfresco.jlan.ftp.FTPSrvSession sess)
authenticateUser in interface org.alfresco.jlan.ftp.FTPAuthenticatorauthenticateUser in class FTPAuthenticatorBaseclient - ClientInfosess - FTPSrvSessionprotected void doGuestLogon(AlfrescoClientInfo client, org.alfresco.jlan.server.SrvSession sess)
client - AlfrescoClientInfosess - SrvSessionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.