Sun Adapter for LDAP API

com.stc.connector.appconn.ldap
Interface ReplaceValues

All Known Implementing Classes:
ReplaceValuesImpl

public interface ReplaceValues

Replace Values interface. This defines the methods for replacing the values of the attributes 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 of the attribute value to be modified
 boolean performReplaceValues()
          Method that performs the modification of attribute value for the specified entry
 void reset()
          Method to reset the values
 

Method Detail

getSTCEntry

STCEntry getSTCEntry()
                     throws LDAPApplicationException
Method to retrieve the entry of the attribute value to be modified

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.

performReplaceValues

boolean performReplaceValues()
                             throws LDAPApplicationException
Method that performs the modification of attribute value for the specified entry

Returns:
true if the attribute value was modified 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