|
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.RemoveAttributesValuesImpl
public class RemoveAttributesValuesImpl
This class is used to remove attributes from an existing directory entry.
| Constructor Summary | |
|---|---|
|
RemoveAttributesValuesImpl()
|
protected |
RemoveAttributesValuesImpl(LDAPClientApplicationImpl app)
Creates a new instance of RemoveAttributesValuesImpl |
| Method Summary | |
|---|---|
EntryOptions |
getEntryOptions()
Method to retrieve the options set for the entry |
STCEntry |
getSTCEntry()
Method to retrieve the entry from which the attribute is to be removed |
boolean |
performRemoveAttributesValues()
Method that performs the removal of the attribute from the 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 RemoveAttributesValuesImpl()
protected RemoveAttributesValuesImpl(LDAPClientApplicationImpl app)
app - The LDAP client application associated with this RemoveAttributesValuesImpl
instance.| Method Detail |
|---|
public void reset()
RemoveAttributesValues
reset in interface RemoveAttributesValues
public STCEntry getSTCEntry()
throws LDAPApplicationException
getSTCEntry in interface RemoveAttributesValuesLDAPApplicationException - if there is no connection is available to the LDAP server.
public EntryOptions getEntryOptions()
throws LDAPApplicationException
getEntryOptions in interface RemoveAttributesValuesLDAPApplicationException - if there is no connection is available to the LDAP server.
public boolean performRemoveAttributesValues()
throws LDAPApplicationException
performRemoveAttributesValues in interface RemoveAttributesValuesLDAPApplicationException - if there is no connection is available to the LDAP server or any problem in executing the operation.
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||