Class AbstractChainingFtpAuthenticator

    • Constructor Detail

      • AbstractChainingFtpAuthenticator

        public AbstractChainingFtpAuthenticator()
    • Method Detail

      • authenticateUser

        public boolean authenticateUser​(org.alfresco.jlan.server.auth.ClientInfo info,
                                        org.alfresco.jlan.ftp.FTPSrvSession sess)
        Description copied from class: FTPAuthenticatorBase
        Authenticate the user
        Specified by:
        authenticateUser in interface org.alfresco.jlan.ftp.FTPAuthenticator
        Specified by:
        authenticateUser in class FTPAuthenticatorBase
        Parameters:
        info - ClientInfo
        sess - FTPSrvSession
        Returns:
        boolean
      • getUsableFtpAuthenticators

        protected abstract java.util.List<FTPAuthenticatorBase> getUsableFtpAuthenticators()
        Gets the FTP authenticators across which methods will chain.
        Returns:
        the usable FTP authenticators