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, setTransactionServicepublic boolean authenticateUser(org.alfresco.jlan.server.auth.ClientInfo info,
org.alfresco.jlan.ftp.FTPSrvSession sess)
FTPAuthenticatorBaseauthenticateUser in interface org.alfresco.jlan.ftp.FTPAuthenticatorauthenticateUser in class FTPAuthenticatorBaseinfo - ClientInfosess - FTPSrvSessionprotected abstract List<FTPAuthenticatorBase> getUsableFtpAuthenticators()
Copyright © 2005–2018 Alfresco Software. All rights reserved.