Sun Adapter for LDAP API

com.stc.connector.appconn.ldap.nonmanaged
Interface NonManagedLDAPClientApplication

All Superinterfaces:
LDAPClientApplication
All Known Implementing Classes:
NonManagedLDAPClientApplicationImpl

public interface NonManagedLDAPClientApplication
extends LDAPClientApplication

LDAP Client interface for Non Managed clients

Version:
1.0
Author:

Method Summary
 javax.naming.Context getLDAPContext()
           
 
Methods inherited from interface com.stc.connector.appconn.ldap.LDAPClientApplication
getAddEntry, getCompareEntry, getModifyEntry, getPersistentSearch, getRemoveEntry, getRenameEntry, getSearch, getTimestampSearch, getTlsExtension, reset
 

Method Detail

getLDAPContext

javax.naming.Context getLDAPContext()
                                    throws LDAPApplicationException
Returns:
Throws:
LDAPApplicationException

Sun Adapter for LDAP API