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(ClientInfo info,
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(ClientInfo info, FTPSrvSession sess)
FTPAuthenticatorBaseauthenticateUser in interface FTPAuthenticatorauthenticateUser in class FTPAuthenticatorBasesess - FTPSrvSessionprotected abstract List<FTPAuthenticatorBase> getUsableFtpAuthenticators()
Copyright © 2005–2014 Alfresco Software. All rights reserved.