Oracle® Mail Java API Reference
10g Release 1 (10.1.1)

B14492-01

oracle.mail.ldap
Interface ESDSAccess

All Known Implementing Classes:
OESContext, OESLoginContext

public interface ESDSAccess

Objects and Methods in Email Server packages that need to access information kept in a Directory will have constructor and method parameters that implement the ESDSAccess interface.

Since:
Email Server 9.0.5

Method Summary
 ESDSDirServerAccess getDirectoryAccess()
          Returns an object used to access Email Server Directory information
 ESDSContext getDirectoryContext()
          Returns an object associated with the credentials used to access Email Server Directory information

 

Method Detail

getDirectoryAccess

public ESDSDirServerAccess getDirectoryAccess()
Returns an object used to access Email Server Directory information
See Also:
ESDSDirServerAccess

getDirectoryContext

public ESDSContext getDirectoryContext()
Returns an object associated with the credentials used to access Email Server Directory information
See Also:
ESDSDirServerAccess.ESDSLogon(String,String,String,ESDSAuthObject), ESDSDirServerAccess.ESDSLogon(String,String,String), ESDSDirServerAccess.ESDSClientLogon(ESDSContext,String,ESDSAuthObject), ESDSDirServerAccess.ESDSClientLogon(String,String,String,ESDSAuthObject)

Oracle® Mail Java API Reference
10g Release 1 (10.1.1)

B14492-01

Copyright © 1988, 2005, Oracle. All rights reserved.