}
public Entity getParentEntity(Entity childEntity) throws SecurityException
{
DistinguishedName parentDN = new DistinguishedName(childEntity.getInternalId());
parentDN.removeLast();
return getEntityByInternalId(parentDN.toCompactString());
}
protected String getInternalId(Entity entity, boolean required) throws SecurityException
{