|
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.AttributesSelectionImpl
public class AttributesSelectionImpl
This class is used to manage the list of attributes that are to be returned during a Search operation
| Constructor Summary | |
|---|---|
protected |
AttributesSelectionImpl()
|
| Method Summary | |
|---|---|
void |
addAttribute(java.lang.String attribute)
add an attribute to the list of attributes to be returned |
void |
clearAttributes()
clears the attribute list |
java.util.ArrayList |
getAttributesList()
get the list of attributes as a Vector |
void |
removeAttribute(java.lang.String attribute)
remove an attribute from the list of attributes to be returned |
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 |
|---|
protected AttributesSelectionImpl()
| Method Detail |
|---|
public void reset()
AttributesSelection
reset in interface AttributesSelectionpublic void addAttribute(java.lang.String attribute)
addAttribute in interface AttributesSelectionattribute - the name of the attribute to be added to the listpublic void removeAttribute(java.lang.String attribute)
removeAttribute in interface AttributesSelectionattribute - the name of the attribute to be removed from the listpublic void clearAttributes()
clearAttributes in interface AttributesSelectionpublic java.util.ArrayList getAttributesList()
getAttributesList in interface AttributesSelection
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||