name = s;
if (!(o instanceof SimplePrincipal)) return false; return ((SimplePrincipal) o).name.equals(name);
return name;