Sun Adapter for LDAP API

com.stc.connector.appconn.ldap
Interface AttributesSelection

All Known Implementing Classes:
AttributesSelectionImpl

public interface AttributesSelection

Attributes Selection interface. Defines methods for setting the attributes to be returned for a search operation.

Version:
$Revision: 1.3 $
Author:

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
 

Method Detail

addAttribute

void addAttribute(java.lang.String attribute)
add an attribute to the list of attributes to be returned

Parameters:
attribute - the name of the attribute to be added to the list

removeAttribute

void removeAttribute(java.lang.String attribute)
remove an attribute from the list of attributes to be returned

Parameters:
attribute - the name of the attribute to be removed from the list

clearAttributes

void clearAttributes()
clears the attribute list


getAttributesList

java.util.ArrayList getAttributesList()
get the list of attributes as a Vector


reset

void reset()
Method to reset the values


Sun Adapter for LDAP API