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, setTransactionService
protected 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.FTPAuthenticator
authenticateUser
in class FTPAuthenticatorBase
client
- ClientInfosess
- FTPSrvSessionprotected void doGuestLogon(AlfrescoClientInfo client, org.alfresco.jlan.server.SrvSession sess)
client
- AlfrescoClientInfosess
- SrvSessionCopyright © 2005–2017 Alfresco Software. All rights reserved.