if (this.isSubentry() || this.isLDAPSubentry())
{
return;
}
SubentryManager manager =
DirectoryServer.getSubentryManager();
if(manager == null)
{
//Subentry manager may not have been initialized by
//a component that doesn't require it.
return;
}
// Get applicable collective subentries.
List<SubEntry> collectiveAttrSubentries =
manager.getCollectiveSubentries(this);
if ((collectiveAttrSubentries == null) ||
collectiveAttrSubentries.isEmpty())
{
// Nothing to see here, move along.