Uses of Interface
org.subethamail.smtp.AuthenticationHandlerFactory
Packages that use AuthenticationHandlerFactory
-
Uses of AuthenticationHandlerFactory in org.subethamail.smtp.auth
Classes in org.subethamail.smtp.auth that implement AuthenticationHandlerFactoryModifier and TypeClassDescriptionclassThis a convenient class that saves you setting up the factories that we know about; you can always add more afterwards.classImplements the SMTP AUTH LOGIN mechanism.
You are only required to plug your UsernamePasswordValidator implementation for username and password validation to take effect.classThis handler combines the behavior of several other authentication handler factories.classImplements the SMTP AUTH PLAIN mechanism.
You are only required to plug your UsernamePasswordValidator implementation for username and password validation to take effect.Methods in org.subethamail.smtp.auth with parameters of type AuthenticationHandlerFactoryModifier and TypeMethodDescriptionvoidMultipleAuthenticationHandlerFactory.addFactory(AuthenticationHandlerFactory fact) Constructor parameters in org.subethamail.smtp.auth with type arguments of type AuthenticationHandlerFactoryModifierConstructorDescription -
Uses of AuthenticationHandlerFactory in org.subethamail.smtp.server
Methods in org.subethamail.smtp.server that return AuthenticationHandlerFactoryMethods in org.subethamail.smtp.server with parameters of type AuthenticationHandlerFactoryModifier and TypeMethodDescriptionvoidSMTPServer.setAuthenticationHandlerFactory(AuthenticationHandlerFactory fact) Constructors in org.subethamail.smtp.server with parameters of type AuthenticationHandlerFactoryModifierConstructorDescriptionSMTPServer(MessageHandlerFactory handlerFactory, AuthenticationHandlerFactory authHandlerFact) Constructor withAuthenticationHandlerFactory.SMTPServer(MessageHandlerFactory msgHandlerFact, AuthenticationHandlerFactory authHandlerFact, ExecutorService executorService) Complex constructor.