final class DirectCredentials extends Credentials with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DirectCredentials
- Product
- Equals
- Credentials
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DirectCredentials()
- new DirectCredentials(host: String, usernameOpt: Option[String], passwordOpt: Option[Password[String]])
- new DirectCredentials(host: String, usernameOpt: Option[String], passwordOpt: Option[Password[String]], realm: Option[String])
- new DirectCredentials(host: String, usernameOpt: Option[String], passwordOpt: Option[Password[String]], realm: Option[String], optional: Boolean)
- new DirectCredentials(host: String, usernameOpt: Option[String], passwordOpt: Option[Password[String]], realm: Option[String], optional: Boolean, matchHost: Boolean, httpsOnly: Boolean, passOnRedirect: Boolean)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def authentication: Authentication
- def autoMatches(url: String, realm0: Option[String]): Boolean
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- DirectCredentials → Equals
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- DirectCredentials → Equals → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get(): Seq[DirectCredentials]
- Definition Classes
- DirectCredentials → Credentials
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- DirectCredentials → AnyRef → Any
- val host: String
- val httpsOnly: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val matchHost: Boolean
- def matches(url: String, user: String): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val optional: Boolean
- val passOnRedirect: Boolean
- val passwordOpt: Option[Password[String]]
-
def
productArity: Int
- Definition Classes
- DirectCredentials → Product
-
def
productElement(n: Int): Any
- Definition Classes
- DirectCredentials → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- DirectCredentials → Product
- val realm: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- DirectCredentials → AnyRef → Any
- val usernameOpt: Option[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withHost(host: String): DirectCredentials
- def withHttpsOnly(httpsOnly: Boolean): DirectCredentials
- def withMatchHost(matchHost: Boolean): DirectCredentials
- def withOptional(optional: Boolean): DirectCredentials
- def withPassOnRedirect(passOnRedirect: Boolean): DirectCredentials
- def withPassword(password: String): DirectCredentials
- def withPasswordOpt(passwordOpt: Option[Password[String]]): DirectCredentials
- def withRealm(realm: Option[String]): DirectCredentials
- def withRealm(realm: String): DirectCredentials
- def withUsername(username: String): DirectCredentials
- def withUsernameOpt(usernameOpt: Option[String]): DirectCredentials