|
Relates :
|
|
|
Relates :
|
The hash code is computed as
myHash = super.hashCode()
+ (username != null ? username.hashCode() : 0)
+ (passwd != null ? passwd.hashCode() : 0);
where passwd may be an array, which results in unique hash code for each such instance of SimpleClientId