final case class UserInfo extends Ordered[UserInfo] with Product with Serializable
The userinfo subcomponent may consist of a user name and, optionally, scheme-specific information about how to gain authorization to access the resource. The user information, if present, is followed by a commercial at-sign ("@") that delimits it from the host.
- Source
- Uri.scala
- See also
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UserInfo
- Serializable
- Serializable
- Product
- Equals
- Ordered
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
<(that: UserInfo): Boolean
- Definition Classes
- Ordered
-
def
<=(that: UserInfo): Boolean
- Definition Classes
- Ordered
-
def
>(that: UserInfo): Boolean
- Definition Classes
- Ordered
-
def
>=(that: UserInfo): Boolean
- Definition Classes
- Ordered
-
def
compare(that: UserInfo): Int
- Definition Classes
- UserInfo → Ordered
-
def
compareTo(that: UserInfo): Int
- Definition Classes
- Ordered → Comparable
- val password: Option[String]
- val username: String