Sun Adapter for LDAP API

com.stc.connector.appconn.ldap
Interface AddAttributesValues

All Known Implementing Classes:
AddAttributesValuesImpl

public interface AddAttributesValues

Add Attribute Values interface. Defines methods for adding an attribute to an existing LDAP entry which is basically part of the Modify operation.

Version:
$Revision: 1.3 $
Author:

Method Summary
 EntryOptions getEntryOptions()
          Method to retrieve the options set for the entry
 STCEntry getSTCEntry()
          Method to retrieve the entry to which the attribute is to be added
 boolean performAddAttributesValues()
          Method that performs the addition of the new attribute to the entry
 void reset()
          Method to reset the values
 

Method Detail

getSTCEntry

STCEntry getSTCEntry()
                     throws LDAPApplicationException
Method to retrieve the entry to which the attribute is to be added

Returns:
the STCEntry object associated with this instance
Throws:
LDAPApplicationException - if there is no connection is available to the LDAP server.

getEntryOptions

EntryOptions getEntryOptions()
                             throws LDAPApplicationException
Method to retrieve the options set for the entry

Returns:
the EntryOptions object associated with this instance
Throws:
LDAPApplicationException - if there is no connection is available to the LDAP server.

performAddAttributesValues

boolean performAddAttributesValues()
                                   throws LDAPApplicationException
Method that performs the addition of the new attribute to the entry

Returns:
true if the attribute was added successfully
Throws:
LDAPApplicationException - if there is no connection is available to the LDAP server.

reset

void reset()
Method to reset the values


Sun Adapter for LDAP API