Uses of Interface
org.subethamail.smtp.client.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in org.subethamail.smtp.client
Classes in org.subethamail.smtp.client that implement AuthenticatorModifier and TypeClassDescriptionclassPlainAuthenticator implements the SASL PLAIN mechanism which authenticates the client using a name - password combination.Methods in org.subethamail.smtp.client that return AuthenticatorModifier and TypeMethodDescriptionSmartClient.getAuthenticator()Returns the Authenticator object, which is used to authenticate this client to the server, or null, if no authentication is required.Methods in org.subethamail.smtp.client with parameters of type AuthenticatorModifier and TypeMethodDescriptionvoidSmartClient.setAuthenticator(Authenticator authenticator) Sets the Authenticator object which will be called after the EHLO command to authenticate this client to the server.