109110111112113114115116
securityService.clear(); } private Authentication createTestAuthentication() { Authentication authentication = new Authentication(); authentication.setAuthorizations(new BaseAuthorization[]{new AllowTestAuthorization()}); return authentication; }