Exemplo n.º 1
0
 /** Helper method to set username for the first HTTP basic authentication. */
 public void setUsername(String username) {
   if (authentication != null) {
     authentication.setUsername(username);
   }
 }