* @see org.apache.wicket.security.WaspWebApplication#setupStrategyFactory()
*/
protected void setupStrategyFactory()
{
if (strategyFactory == null)
strategyFactory = new SwarmStrategyFactory(getHiveKey());
else
throw new IllegalStateException("Can not initialize StrategyFactory more then once");
}