Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

oracle.mail.sdk.esmail
Class OracleAuthenticator

oracle.mail.sdk.esmail.OracleAuthenticator

public class OracleAuthenticator

The OracleAuthenticator class is used in the OC4J environment to connect to the ESMail service provider. OC4J creates a default javamail Session object and is unable to recognize and return an instance of the esmail session object when the client program requests a session using the Session.getDefaultInstance(System.getProperties(), null) call. Instead within OC4J, a user is now required to make a Session.getDefaultInstance(System.getProperties(), new OracleAuthenticator()) call to get a default esmail session.

Since:
release specific (what release of product did this appear in)
Version:
$Header: OracleAuthenticator.java 26-dec-2001.16:35:18 aconsul Exp $

Constructor Summary
OracleAuthenticator()
           

 

Constructor Detail

OracleAuthenticator

public OracleAuthenticator()

Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

Copyright © 1988, 2003 Oracle Corporation. All Rights Reserved.