logger.debug( "received AbstractAuthenticationEvent" ); //$NON-NLS-1$
// Get the lifecycle manager for this event
final IBackingRepositoryLifecycleManager lifecycleManager = getLifecycleManager();
// Execute new tenant with the tenant id from the logged in user
final AbstractAuthenticationEvent aEvent = (AbstractAuthenticationEvent) event;
final String principalName = aEvent.getAuthentication().getName();
try {
getSecurityHelper().runAsSystem( new Callable<Void>() {
@Override
public Void call() throws Exception {