|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AddAttributesValues
Add Attribute Values interface. Defines methods for adding an attribute to an existing LDAP entry which is basically part of the Modify operation.
| Method Summary | |
|---|---|
EntryOptions |
getEntryOptions()
Method to retrieve the options set for the entry |
STCEntry |
getSTCEntry()
Method to retrieve the entry to which the attribute is to be added |
boolean |
performAddAttributesValues()
Method that performs the addition of the new attribute to the entry |
void |
reset()
Method to reset the values |
| Method Detail |
|---|
STCEntry getSTCEntry()
throws LDAPApplicationException
LDAPApplicationException - if there is no connection is available to the LDAP server.
EntryOptions getEntryOptions()
throws LDAPApplicationException
LDAPApplicationException - if there is no connection is available to the LDAP server.
boolean performAddAttributesValues()
throws LDAPApplicationException
LDAPApplicationException - if there is no connection is available to the LDAP server.void reset()
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||