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, usernameOpt: Option[String], passwordOpt: Option[Password[String]])
  3. new DirectCredentials(host: String, usernameOpt: Option[String], passwordOpt: Option[Password[String]], realm: Option[String])
  4. new DirectCredentials(host: String, usernameOpt: Option[String], passwordOpt: Option[Password[String]], realm: Option[String], optional: Boolean)
  5. new DirectCredentials(host: String, usernameOpt: Option[String], passwordOpt: Option[Password[String]], realm: Option[String], optional: Boolean, matchHost: Boolean, httpsOnly: Boolean, passOnRedirect: 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 authentication: Authentication
  6. def autoMatches(url: String, realm0: Option[String]): Boolean
  7. def canEqual(obj: Any): Boolean
    Definition Classes
    DirectCredentials → Equals
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    DirectCredentials → Equals → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get(): Seq[DirectCredentials]
    Definition Classes
    DirectCredentialsCredentials
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    DirectCredentials → AnyRef → Any
  15. val host: String
  16. val httpsOnly: Boolean
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val matchHost: Boolean
  19. def matches(url: String, user: String): Boolean
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val optional: Boolean
  24. val passOnRedirect: Boolean
  25. val passwordOpt: Option[Password[String]]
  26. def productArity: Int
    Definition Classes
    DirectCredentials → Product
  27. def productElement(n: Int): Any
    Definition Classes
    DirectCredentials → Product
  28. def productIterator: Iterator[Any]
    Definition Classes
    Product
  29. def productPrefix: String
    Definition Classes
    DirectCredentials → Product
  30. val realm: Option[String]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    DirectCredentials → AnyRef → Any
  33. val usernameOpt: Option[String]
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. def withHost(host: String): DirectCredentials
  38. def withHttpsOnly(httpsOnly: Boolean): DirectCredentials
  39. def withMatchHost(matchHost: Boolean): DirectCredentials
  40. def withOptional(optional: Boolean): DirectCredentials
  41. def withPassOnRedirect(passOnRedirect: Boolean): DirectCredentials
  42. def withPassword(password: String): DirectCredentials
  43. def withPasswordOpt(passwordOpt: Option[Password[String]]): DirectCredentials
  44. def withRealm(realm: Option[String]): DirectCredentials
  45. def withRealm(realm: String): DirectCredentials
  46. def withUsername(username: String): DirectCredentials
  47. def withUsernameOpt(usernameOpt: Option[String]): DirectCredentials

Inherited from Product

Inherited from Equals

Inherited from Credentials

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped