Exemplo n.º 1
0
 public String getName() {
   return principal.getUserId();
 }
Exemplo n.º 2
0
 public Collection<GrantedAuthority> getAuthorities() {
   return new HashSet<GrantedAuthority>(principal.getAuthorities());
 }