[Date Prev][Date Next] [Chronological] [Thread] [Top]

abandon & controls - java-api-11 draft



 
4.39.1 LDAPv2.abandon
 
The RFC 2251 and the C api draft allow controls to be specified
on an abandon operation.  In java it is allowed only using the default
constraints object or search constraints object.  Should methods
be defined that allow constraints to be specified on abandon?
 
When calling abandon( int id), it is unclear whether LDAPConstraints
or LDAPSearchConstraints should be used for the default
constraints.
 
-Steve