Uses of Interface
org.subethamail.smtp.AuthenticationHandler
Packages that use AuthenticationHandler
-
Uses of AuthenticationHandler in org.subethamail.smtp
Methods in org.subethamail.smtp that return AuthenticationHandlerModifier and TypeMethodDescriptionAuthenticationHandlerFactory.create()Create a fresh instance of your handler.MessageContext.getAuthenticationHandler() -
Uses of AuthenticationHandler in org.subethamail.smtp.auth
Methods in org.subethamail.smtp.auth that return AuthenticationHandler -
Uses of AuthenticationHandler in org.subethamail.smtp.server
Methods in org.subethamail.smtp.server that return AuthenticationHandlerMethods in org.subethamail.smtp.server with parameters of type AuthenticationHandlerModifier and TypeMethodDescriptionvoidSession.setAuthenticationHandler(AuthenticationHandler handler) This is called by the AuthCommand when a session is successfully authenticated.