Uses of Interface
org.apache.geronimo.javamail.authentication.ClientAuthenticator

Packages that use ClientAuthenticator
org.apache.geronimo.javamail.authentication   
org.apache.geronimo.javamail.store.imap.connection   
org.apache.geronimo.javamail.store.pop3.connection   
org.apache.geronimo.javamail.transport.nntp   
org.apache.geronimo.javamail.transport.smtp   
org.apache.geronimo.javamail.util   
 

Uses of ClientAuthenticator in org.apache.geronimo.javamail.authentication
 

Classes in org.apache.geronimo.javamail.authentication that implement ClientAuthenticator
 class CramMD5Authenticator
           
 class DigestMD5Authenticator
          Process a DIGEST-MD5 authentication, using the challenge/response mechanisms.
 class LoginAuthenticator
           
 class PlainAuthenticator
           
 class SASLAuthenticator
           
 

Methods in org.apache.geronimo.javamail.authentication that return ClientAuthenticator
static ClientAuthenticator AuthenticatorFactory.getAuthenticator(ProtocolProperties props, List mechanisms, String host, String username, String password, String authId, String realm)
           
 

Uses of ClientAuthenticator in org.apache.geronimo.javamail.store.imap.connection
 

Methods in org.apache.geronimo.javamail.store.imap.connection that return ClientAuthenticator
protected  ClientAuthenticator IMAPConnection.getSaslAuthenticator()
           
 

Methods in org.apache.geronimo.javamail.store.imap.connection with parameters of type ClientAuthenticator
protected  boolean IMAPConnection.processLogin(ClientAuthenticator authenticator)
          Process a login using the provided authenticator object.
 

Uses of ClientAuthenticator in org.apache.geronimo.javamail.store.pop3.connection
 

Methods in org.apache.geronimo.javamail.store.pop3.connection that return ClientAuthenticator
protected  ClientAuthenticator POP3Connection.getSaslAuthenticator()
          Attempt to retrieve a SASL authenticator for this protocol.
 

Methods in org.apache.geronimo.javamail.store.pop3.connection with parameters of type ClientAuthenticator
protected  boolean POP3Connection.processLogin(ClientAuthenticator authenticator)
          Process a login using the provided authenticator object.
 

Uses of ClientAuthenticator in org.apache.geronimo.javamail.transport.nntp
 

Methods in org.apache.geronimo.javamail.transport.nntp that return ClientAuthenticator
protected  ClientAuthenticator NNTPConnection.getSaslAuthenticator()
          Attempt to retrieve a SASL authenticator for this protocol.
 

Methods in org.apache.geronimo.javamail.transport.nntp with parameters of type ClientAuthenticator
protected  boolean NNTPConnection.processLogin(ClientAuthenticator authenticator)
          Process a login using the provided authenticator object.
 

Uses of ClientAuthenticator in org.apache.geronimo.javamail.transport.smtp
 

Methods in org.apache.geronimo.javamail.transport.smtp that return ClientAuthenticator
protected  ClientAuthenticator SMTPConnection.getSaslAuthenticator()
          Attempt to retrieve a SASL authenticator for this protocol.
 

Uses of ClientAuthenticator in org.apache.geronimo.javamail.util
 

Methods in org.apache.geronimo.javamail.util that return ClientAuthenticator
protected  ClientAuthenticator MailConnection.getLoginAuthenticator()
          Process SASL-type authentication.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.