Returns the user name of this URLName. Returns null if this URLName has no user name. @return the user name
()
| 366 | * @return the user name |
| 367 | */ |
| 368 | public String getUsername() { |
| 369 | return doEncode ? decode(username) : username; |
| 370 | } |
| 371 | |
| 372 | /** |
| 373 | * Returns the password of this URLName. |
no test coverage detected