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