Home | History | Annotate | Download | only in provider

Lines Matching refs:setLogin

34         ha.setLogin("user:password");
39 ha.setLogin("%20us%20er%20:password");
44 ha.setLogin("user:%20pass%20word%20");
48 ha.setLogin("user:");
52 ha.setLogin(":password");
56 ha.setLogin("");
60 ha.setLogin(null);
64 ha.setLogin("userpassword");
76 ha.setLogin("user", "password");
80 ha.setLogin("user", "");
84 ha.setLogin("", "password");
88 ha.setLogin("user", null);
92 ha.setLogin(null, "password");
96 ha.setLogin(null, null);