8384858687888990
this.roles = new ArrayList<JAASRole>(); if (u.getRoleNames() != null) { Iterator<String> itor = u.getRoleNames().iterator(); while (itor.hasNext()) this.roles.add(new JAASRole((String)itor.next())); } }