Beispiel #1
0
 public boolean hasRole(String role) {
   return user.hasGroup(role);
 }