|
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.ReplaceValuesImpl
public class ReplaceValuesImpl
This class is used to modify the value of an attribute's value
| Constructor Summary | |
|---|---|
|
ReplaceValuesImpl()
|
protected |
ReplaceValuesImpl(LDAPClientApplicationImpl app)
Creates a new instance of ReplaceValues |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReplaceValuesImpl()
protected ReplaceValuesImpl(LDAPClientApplicationImpl app)
app - The LDAP client application associated with this ReplaceValues
instance.| Method Detail |
|---|
public void reset()
ReplaceValues
reset in interface ReplaceValues
public STCEntry getSTCEntry()
throws LDAPApplicationException
getSTCEntry in interface ReplaceValuesLDAPApplicationException - if there is no connection is available to the LDAP server.
public EntryOptions getEntryOptions()
throws LDAPApplicationException
getEntryOptions in interface ReplaceValuesLDAPApplicationException - if there is no connection is available to the LDAP server.
public boolean performReplaceValues()
throws LDAPApplicationException
performReplaceValues in interface ReplaceValuesLDAPApplicationException - if there is no connection is available to the LDAP server.
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||