Package org.subethamail.smtp.auth
package org.subethamail.smtp.auth
-
ClassDescriptionThis a convenient class that saves you setting up the factories that we know about; you can always add more afterwards.Implements the SMTP AUTH LOGIN mechanism.
You are only required to plug your UsernamePasswordValidator implementation for username and password validation to take effect.Exception expected to be thrown by a validator (i.e UsernamePasswordValidator)This handler combines the behavior of several other authentication handler factories.Implements the SMTP AUTH PLAIN mechanism.
You are only required to plug your UsernamePasswordValidator implementation for username and password validation to take effect.Use this when your authentication scheme uses a username and a password.