Lines Matching defs:username
46 private final String username;
52 final String username) {
54 if (username == null) {
57 this.username = username;
67 buffer.append(this.username);
70 this.ntname = this.username;
83 return this.username;
89 hash = LangUtils.hashCode(hash, this.username);
100 if (LangUtils.equals(this.username, that.username)