KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > Authenticator > Top Examples

  • org.apache.geronimo.mail.MailGBean
    GBean that provides access to JavaMail Sessions. <p/> This GBean is used to generate JavaMail Sessions. JavaMail properties that are common to all JavaMail Sessions are provided via member variables of this class. @version $Rev: $ $Date: $ @see ProtocolGBean @see SMTPTransportGBean @see PO ...
  • org.jboss.mail.MailService
    MBean that gives support for JavaMail. Object of class javax.mail.Session will be bound in JNDI with the name provided with method {@link #setJNDIName}. @jmx:mbean name="jboss:type=Service,service=Mail" extends="org.jboss.system.ServiceMBean" @version <tt>$Revision: 1.14.6.1 $</tt> @ ...
  • email.SmtpAuthenticator
    The class Authenticator represents an object that knows how to obtain authentication for a network connection. Applications use this class by creating a subclass, and registering an instance of that subclass with the system with setDefault(). When authentication is required, the system will invoke ...
  • org.apache.axis2.transport.mail.MailClient
Popular Tags