Uses of Interface
ch.astorm.smtp4j.auth.SmtpAuthenticatorHandler
Packages that use SmtpAuthenticatorHandler
-
Uses of SmtpAuthenticatorHandler in ch.astorm.smtp4j
Fields in ch.astorm.smtp4j with type parameters of type SmtpAuthenticatorHandlerModifier and TypeFieldDescriptionSmtpServerOptions.authenticatorsList ofSmtpAuthenticatorHandler.Methods in ch.astorm.smtp4j with parameters of type SmtpAuthenticatorHandlerModifier and TypeMethodDescriptionSmtpServerBuilder.withAuthenticator(SmtpAuthenticatorHandler handler) Adds the givenhandlerto authenticate a client. -
Uses of SmtpAuthenticatorHandler in ch.astorm.smtp4j.auth
Classes in ch.astorm.smtp4j.auth that implement SmtpAuthenticatorHandlerModifier and TypeClassDescriptionclassHandles theCRAM-MD5authentication scheme.classHandles theLOGINauthentication scheme.classHandlesPLAINauthentication scheme.