attributes.put( "creatorsName", DirectoryPartitionNexus.ADMIN_PRINCIPAL );
attributes.put( "createTimestamp", DateUtils.getGeneralizedTime() );
partitionNexus.add( upName, normName, attributes );
AuthorizationService authzSrvc = ( AuthorizationService ) interceptorChain.get( "authorizationService" );
authzSrvc.cacheNewGroup( upName, normName, attributes );
}
// -------------------------------------------------------------------
// create system configuration area
// -------------------------------------------------------------------