validPageLayout = new PageLayoutImpl();
validPageLayout.setNumberOfRegions(4L);
validPageLayout.setCode(VALID_LAYOUT_CODE);
Authority role1 = new AuthorityImpl();
role1.setAuthority("DEFAULT_ROLE1");
Authority role2 = new AuthorityImpl();
role2.setAuthority("DEFAULT_ROLE2");
validAuthorityList = new ArrayList<Authority>();
validAuthorityList.add(role1);
validAuthorityList.add(role2);
validAuthoritySearchResult = new SearchResult<Authority>(validAuthorityList, validAuthorityList.size());