// Check access controls on the entry and strip out
// any not allowed attributes.
SearchResultEntry searchEntry =
AccessControlConfigManager.getInstance().
getAccessControlHandler().filterEntry(this, entry);
LDAPPreReadResponseControl responseControl =
new LDAPPreReadResponseControl(preReadRequest.isCritical(),
searchEntry);
getResponseControls().add(responseControl);
}
if (postReadRequest != null)