- java.lang.Object
-
- swim.uri.UriUser
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UriUser
copy(String username, String password)
static UriUser
create(String username)
static UriUser
create(String username, String password)
<T> Output<T>
debug(Output<T> output)
Writes a developer readable, debug-formatted string representation of this object tooutput
.<T> Output<T>
display(Output<T> output)
Writes a human readable, display-formatted string representation of this object tooutput
.boolean
equals(Object other)
int
hashCode()
boolean
isDefined()
static UriUser
parse(String string)
String
password()
UriUser
password(String password)
String
toString()
static UriUser
undefined()
String
username()
UriUser
username(String username)
-
-
-
Method Detail
-
isDefined
public boolean isDefined()
-
username
public String username()
-
password
public String password()
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:Debug
Writes a developer readable, debug-formatted string representation of this object tooutput
.
-
display
public <T> Output<T> display(Output<T> output)
Description copied from interface:Display
Writes a human readable, display-formatted string representation of this object tooutput
.
-
undefined
public static UriUser undefined()
-
-