|
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.AddEntryImpl
public class AddEntryImpl
This class is used to add a new entry to the directory
| Constructor Summary | |
|---|---|
AddEntryImpl(LDAPClientApplicationImpl app)
Creates a new instance of AddEntry |
|
| Method Summary | |
|---|---|
AddEntryOptions |
getAddEntryOptions()
Method to retrieve the options for the add stcEntry |
STCEntry |
getSTCEntry()
Method to retrieve the stcEntry which is to be added |
boolean |
performAddEntry()
Method that performs the addition of the new stcEntry in the directory |
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 |
|---|
public AddEntryImpl(LDAPClientApplicationImpl app)
app - The LDAP client application associated with this AddEntry
instance.| Method Detail |
|---|
public AddEntryOptions getAddEntryOptions()
throws LDAPApplicationException
getAddEntryOptions in interface AddEntryLDAPApplicationException - if there is no connection is available to the LDAP server.
public STCEntry getSTCEntry()
throws LDAPApplicationException
getSTCEntry in interface AddEntryLDAPApplicationException - if there is no connection is available to the LDAP server.
public boolean performAddEntry()
throws LDAPApplicationException
performAddEntry in interface AddEntryLDAPApplicationException - if there is no connection is available to the LDAP server.public void reset()
reset in interface AddEntry
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||