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