public abstract class AbstractChainingFtpAuthenticator extends FTPAuthenticatorBase
FTPAuthenticatorBase
instances, as returned by getUsableFtpAuthenticators()
.logger, serverConfiguration
Constructor and Description |
---|
AbstractChainingFtpAuthenticator() |
Modifier and Type | Method and Description |
---|---|
boolean |
authenticateUser(org.alfresco.jlan.server.auth.ClientInfo info,
org.alfresco.jlan.ftp.FTPSrvSession sess)
Authenticate the user
|
protected abstract List<FTPAuthenticatorBase> |
getUsableFtpAuthenticators()
Gets the FTP authenticators across which methods will chain.
|
checkForAdminUserName, closeAuthenticator, createTransaction, destroy, getAuthenticationComponent, getAuthenticationService, getAuthorityService, getNTLMAuthenticator, getTransactionService, initialize, initialize, isActive, setActive, setAuthenticationComponent, setAuthenticationService, setAuthorityService, setConfig, setTransactionService
public boolean authenticateUser(org.alfresco.jlan.server.auth.ClientInfo info, org.alfresco.jlan.ftp.FTPSrvSession sess)
FTPAuthenticatorBase
authenticateUser
in interface org.alfresco.jlan.ftp.FTPAuthenticator
authenticateUser
in class FTPAuthenticatorBase
info
- ClientInfosess
- FTPSrvSessionprotected abstract List<FTPAuthenticatorBase> getUsableFtpAuthenticators()
Copyright © 2005–2017 Alfresco Software. All rights reserved.