// search all naming contexts for static groups and generate
// normalized sets of members to cache within the map
BranchNode filter = new BranchNode( BranchNode.OR );
filter.addNode( new SimpleNode( OC_ATTR, GROUPOFNAMES_OC, SimpleNode.EQUALITY ) );
filter.addNode( new SimpleNode( OC_ATTR, GROUPOFUNIQUENAMES_OC, SimpleNode.EQUALITY ) );
Iterator suffixes = nexus.listSuffixes( true );
while ( suffixes.hasNext() )
{
String suffix = ( String ) suffixes.next();