예제 #1
0
 public Collection<GrantedAuthority> getAuthorities() {
   return new HashSet<GrantedAuthority>(principal.getAuthorities());
 }