Uses of Interface
org.subethamail.smtp.AuthenticationHandler

Packages that use AuthenticationHandler
org.subethamail.smtp   
org.subethamail.smtp.auth   
org.subethamail.smtp.server   
 

Uses of AuthenticationHandler in org.subethamail.smtp
 

Methods in org.subethamail.smtp that return AuthenticationHandler
 AuthenticationHandler AuthenticationHandlerFactory.create()
          Create a fresh instance of your handler.
 AuthenticationHandler MessageContext.getAuthenticationHandler()
           
 

Uses of AuthenticationHandler in org.subethamail.smtp.auth
 

Methods in org.subethamail.smtp.auth that return AuthenticationHandler
 AuthenticationHandler PlainAuthenticationHandlerFactory.create()
           
 AuthenticationHandler MultipleAuthenticationHandlerFactory.create()
           
 AuthenticationHandler LoginAuthenticationHandlerFactory.create()
           
 

Uses of AuthenticationHandler in org.subethamail.smtp.server
 

Methods in org.subethamail.smtp.server that return AuthenticationHandler
 AuthenticationHandler Session.getAuthenticationHandler()
           
 

Methods in org.subethamail.smtp.server with parameters of type AuthenticationHandler
 void Session.setAuthenticationHandler(AuthenticationHandler handler)
          This is called by the AuthCommand when a session is successfully authenticated.
 



Copyright © 2006-2011. All Rights Reserved.