Example #1
0
 private HashSet<Role> allRoles(SecurityConfig security) {
   return new HashSet<Role>(security.getRoles());
 }