|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.ldapadapter.appconn.ModifyEntryImpl
public class ModifyEntryImpl
This class is used to modify existing entries in directory entry.
| Constructor Summary | |
|---|---|
protected |
ModifyEntryImpl(LDAPClientApplicationImpl app)
Creates a new instance of ModifyEntry |
| Method Summary | |
|---|---|
AddAttributesValues |
getAddAttributesValues()
Method to retrieve the AddAttributesValues object when an add attribute operation was requested |
RemoveAttributesValues |
getRemoveAttributesValues()
Method to retrieve the RemoveAttributesValues object when a remove attribute operation was requested |
ReplaceValues |
getReplaceValues()
Method to retrieve the ReplaceValues object when a modify attribute value operation was requested |
void |
reset()
Method to reset the values |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ModifyEntryImpl(LDAPClientApplicationImpl app)
app - The LDAP client application associated with this ModifyEntry
instance.| Method Detail |
|---|
public AddAttributesValues getAddAttributesValues()
throws LDAPApplicationException
getAddAttributesValues in interface ModifyEntryLDAPApplicationException - if there is no connection is available to the LDAP server.
public RemoveAttributesValues getRemoveAttributesValues()
throws LDAPApplicationException
getRemoveAttributesValues in interface ModifyEntryLDAPApplicationException - if there is no connection is available to the LDAP server.
public ReplaceValues getReplaceValues()
throws LDAPApplicationException
getReplaceValues in interface ModifyEntryLDAPApplicationException - if there is no connection is available to the LDAP server.public void reset()
reset in interface ModifyEntry
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||