65666768697071
list.add("username is: " + authentication.getName()); for (GrantedAuthority auth : authentication.getAuthorities()) { list.add(auth.getAuthority()); } return new Builder(true).resultObject(list).build(); }
979899100101102103104105
model.addAttribute("serverTime", formattedDate); ApiException e = new ApiException(ErrorCode.UNKNOWN_ERROR); Result result = new Builder(e, locale).build(); return result; }