67686970717273
getModel().put("allUsers", PebbleContext.getInstance().getConfiguration().getSecurityRealm().getUsers()); } catch (SecurityRealmException sre) { throw new ServletException("Could not get list of users", sre); } return new BlogSecurityView(); }