Sun Adapter for LDAP API

Package com.stc.connector.ldapadapter.appconn

Class Summary
AddAttributesValuesImpl This class is used to add new attributes to an existing directory entry.
AddEntryImpl This class is used to add a new entry to the directory
AddEntryOptionsImpl This class is used to set the options for adding entry
AttributesSelectionImpl This class is used to manage the list of attributes that are to be returned during a Search operation
CompareEntryImpl This class is used to perform the Compare operation on the LDAP server.
CompareEntryOptionsImpl This class is used to set the options for comparing entry
EntryOptionsImpl This class is used to set the options for an entry
LDAPApplicationConnection This class implements the ApplicationConnection interface for the LDAP Application Connection.
LDAPClientApplicationImpl This class is the LDAP client through which the application interacts with the LDAP Server.
LDAPListener Listener class that keeps listening to the LDAP Server and notifies changes
LDAPSearchControlsImpl This class is used to set the controls to be used while executing a search operation.
ModifyEntryImpl This class is used to modify existing entries in directory entry.
PersistentSearchImpl This class is used to implement the Persistent Search mechanism.
RemoveAttributesValuesImpl This class is used to remove attributes from an existing directory entry.
RemoveEntryImpl This class is used to remove an entry from the directory
RenameEntryImpl This class is used to rename an entry in the directory
ReplaceValuesImpl This class is used to modify the value of an attribute's value
ResultImpl This class is used as a container to package a single result that is fetched from a search operation.
SearchImpl This class is used to execute the search operation on the LDAP server
SearchOptionsImpl This class is used to set the options for the search operation
SearchResultsImpl This class is used to fetch the results from a search operation and also to initiate a manual referral follow when referrals are returned by the search operation.
SSLHostNameVerifier This class is used to set whether hostname verification has to be done during SSL handshake or not
StartTLSExtensionImpl This class is used to support the Start TLS extended operation for LDAP v3
STCAttributeImpl This class is used as a container for a single attribute and its values
STCAttributesImpl This class is used as a container for the attributes of an entry
STCEntryImpl This class is used as a container for an entry and its attributes
STCEventQueueImpl Class that stores the events as notified by the LDAPListener class.
STCNotificationEventImpl Class that models the notification event as notified by the LDAPListener class.
STCValueImpl This class is used as a container for a single value of an attribute's value
STCValuesImpl This class is used as a container for the values of an attribute
TimestampSearchImpl Class for tracking updates on the LDAP server where persistent search control is not supported
 

Exception Summary
LDAPApplicationConnectionException Exception class for LDAP application connection.
 


Sun Adapter for LDAP API