示例#1
0
 public String toString() {
   return "user " + user.getUsername() + " -> " + role.getAuthority();
 }
示例#2
0
 @Transient
 public String getAuthority() {
   return role.getAuthority();
 }