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