Ejemplo n.º 1
0
 public Collection<GrantedAuthority> getAuthorities() {
   return new HashSet<GrantedAuthority>(principal.getAuthorities());
 }