138139140141142143144145146147148
break; case LOG: attributes.put("log", new LogBean(events)); break; case SESSIONS: attributes.put("sessions", new SessionsBean(realm, sessions)); break; case PASSWORD: attributes.put("password", new PasswordBean(passwordSet)); }