UserInfo

class UserInfo

Represents the user authentication information in a URL

Parameters

userName

The username of the caller

password

The password for the caller

Types

Link copied to clipboard
class Builder

A mutable builder used to construct UserInfo instances

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether this UserInfo has a blank userName and password

Link copied to clipboard

Indicates whether this UserInfo has a non-blank userName or password

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Copy the properties of this UserInfo instance into a new Builder object. Any changes to the builder will not affect this instance.

Link copied to clipboard
open override fun toString(): String