PropertyDefinition authenticationMethod = new DefaultPropertyDefinition(PropertyDefinition.TYPE_LIST, "radius.authenticationMethod", "chap,ppp",
false, 200, "chap", 2, 50, "radius");
ContextHolder.getContext().getPropertyDatabase().registerPropertyDefinition(authenticationMethod);
// Add the new menu items
coreServlet.addMenuItem("setup", new MenuItem("radiusConfiguration", "radius", "/showRADIUSConfiguration.do", true, true,
true));
}