Uses of Class
org.alfresco.filesys.auth.ftp.FTPAuthenticatorBase
-
Packages that use FTPAuthenticatorBase Package Description org.alfresco.filesys.auth.ftp org.alfresco.repo.security.authentication org.alfresco.repo.security.authentication.subsystems -
-
Uses of FTPAuthenticatorBase in org.alfresco.filesys.auth.ftp
Subclasses of FTPAuthenticatorBase in org.alfresco.filesys.auth.ftp Modifier and Type Class Description classAlfrescoFtpAuthenticatorAlfresco FTP Authenticator Class -
Uses of FTPAuthenticatorBase in org.alfresco.repo.security.authentication
Subclasses of FTPAuthenticatorBase in org.alfresco.repo.security.authentication Modifier and Type Class Description classAbstractChainingFtpAuthenticatorBase chaining FTP Authenticator class.Methods in org.alfresco.repo.security.authentication that return types with arguments of type FTPAuthenticatorBase Modifier and Type Method Description protected abstract java.util.List<FTPAuthenticatorBase>AbstractChainingFtpAuthenticator. getUsableFtpAuthenticators()Gets the FTP authenticators across which methods will chain. -
Uses of FTPAuthenticatorBase in org.alfresco.repo.security.authentication.subsystems
Subclasses of FTPAuthenticatorBase in org.alfresco.repo.security.authentication.subsystems Modifier and Type Class Description classSubsystemChainingFtpAuthenticatorThis class wires up all the activeFTPAuthenticatorBasebeans in a chain.Methods in org.alfresco.repo.security.authentication.subsystems that return types with arguments of type FTPAuthenticatorBase Modifier and Type Method Description protected java.util.List<FTPAuthenticatorBase>SubsystemChainingFtpAuthenticator. getUsableFtpAuthenticators()
-