Sun Adapter for LDAP API

com.stc.connector.appconn.ldap
Interface AddEntryOptions

All Superinterfaces:
EntryOptions
All Known Implementing Classes:
AddEntryOptionsImpl

public interface AddEntryOptions
extends EntryOptions

Add Entry Options interface. Defines methods for setting the options for Add operation.

Version:
$Revision: 1.3 $
Author:

Method Summary
 boolean getIgnoreAlreadyBound()
          retrieves the value set for ignoreAlreadyBound.
 void reset()
          Method to reset the values
 void setIgnoreAlreadyBound(boolean ignoreAlreadyBound)
          sets the value for ignoreAlreadyBound.
 
Methods inherited from interface com.stc.connector.appconn.ldap.EntryOptions
getIgnoreAttributeIDCase, getOrderAttributeValues, setIgnoreAttributeIDCase, setOrderAttributeValues
 

Method Detail

getIgnoreAlreadyBound

boolean getIgnoreAlreadyBound()
retrieves the value set for ignoreAlreadyBound.

Returns:
the value of ignoreAlreadyBound.

setIgnoreAlreadyBound

void setIgnoreAlreadyBound(boolean ignoreAlreadyBound)
sets the value for ignoreAlreadyBound. setting to true denotes that entry already bound with the name has to be ignored.

Parameters:
the - boolean value to set for ignoreAlreadyBound.

reset

void reset()
Method to reset the values

Specified by:
reset in interface EntryOptions

Sun Adapter for LDAP API