Lines Matching defs:username
1011 String username = null;1020 username = credentials[0];1025 if (username != null && password != null) {1026 handler.proceed(username, password);