Packages

final class DirectCredentials extends Credentials with Product with Serializable

Linear Supertypes
Product, Equals, Credentials, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DirectCredentials
  2. Product
  3. Equals
  4. Credentials
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DirectCredentials()
  2. new DirectCredentials(host: String, username: String, password: String)
  3. new DirectCredentials(host: String, username: String, password: String, realm: Option[String])
  4. new DirectCredentials(host: String, username: String, password: String, realm: Option[String], optional: Boolean)
  5. new DirectCredentials(host: String, username: String, password: String, realm: Option[String], optional: Boolean, matchHost: Boolean, httpsOnly: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def canEqual(obj: Any): Boolean
    Definition Classes
    DirectCredentials → Equals
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(obj: Any): Boolean
    Definition Classes
    DirectCredentials → Equals → AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    DirectCredentials → AnyRef → Any
  12. val host: String
  13. val httpsOnly: Boolean
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val matchHost: Boolean
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. val optional: Boolean
  20. val password: String
  21. def productArity: Int
    Definition Classes
    DirectCredentials → Product
  22. def productElement(n: Int): Any
    Definition Classes
    DirectCredentials → Product
  23. def productIterator: Iterator[Any]
    Definition Classes
    Product
  24. def productPrefix: String
    Definition Classes
    Product
  25. val realm: Option[String]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    DirectCredentials → AnyRef → Any
  28. val username: String
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. def withHost(host: String): DirectCredentials
  33. def withHttpsOnly(httpsOnly: Boolean): DirectCredentials
  34. def withMatchHost(matchHost: Boolean): DirectCredentials
  35. def withOptional(optional: Boolean): DirectCredentials
  36. def withPassword(password: String): DirectCredentials
  37. def withRealm(realm: Option[String]): DirectCredentials
  38. def withRealm(realm: String): DirectCredentials
  39. def withUsername(username: String): DirectCredentials

Inherited from Product

Inherited from Equals

Inherited from Credentials

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped