| Interface | Description | 
|---|---|
| LDAPServerMBean | The LDAPServerMBean interface defines methods used to get/set the configuration attributes
 that are required to communicate with an external LDAP server. | 
| ListerMBean | The ListerMBean interface provides a general mechanism for returning lists. | 
| NameListerMBean | The NameListerMBean interface defines a method used to return lists of names. | 
| PropertiesListerMBean | The PropertiesListerMBean interface defines a method used
 to return a  java.util.Propertiesof key=value pairs. | 
| Exception | Description | 
|---|---|
| AlreadyExistsException | The  AlreadyExistsExceptionexception is thrown when the object to be created
 already exists. | 
| CreateException | The  CreateExceptionexception is thrown when there is a problem detected with the
 object to be created. | 
| ErrorCollectionException | The  ErrorCollectionExceptionexception is thrown when multiple errors
 (that are related in some way) occur. | 
| InvalidCursorException | The  InvalidCursorExceptionexception is thrown when an invalid cursor is passed
 to a method that expects a cursor. | 
| InvalidParameterException | The  InvalidParameterExceptionexception is thrown when an invalid parameter
 is supplied. | 
| InvalidPredicateException | The  InvalidPredicateExceptionexception is thrown when an invalid predicate class name is used. | 
| NotFoundException | The  NotFoundExceptionexception is thrown when the specified object does not
 exist. | 
| RemoveException | The  RemoveExceptionexception is thrown when there is a problem detected with the
 object to be removed. |