Interface LookupManager

All Superinterfaces:
Lookup

public interface LookupManager extends Lookup
The LookupManager interface contains all of the directory modifying methods of the Lookup. This allows read-only Lookup implementations. Server processes will attempt to cast their Lookups into LookupManagers, and fail to start up if this is not possible.