Packages

class MySQLAuthOptions extends AnyRef

Authentication options for MySQL authentication which can be used for CHANGE_USER command.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MySQLAuthOptions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MySQLAuthOptions(_asJava: mysqlclient.MySQLAuthOptions)

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 asJava: mysqlclient.MySQLAuthOptions
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getCharset: String
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getCollation: String
  13. def getDatabase: String
  14. def getPassword: String
  15. def getProperties: Map[String, String]
  16. def getServerRsaPublicKeyPath: String
  17. def getServerRsaPublicKeyValue: Buffer
  18. def getUser: String
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def setCharset(value: String): MySQLAuthOptions

    Set the charset for the connection.

  25. def setCollation(value: String): MySQLAuthOptions

    Set the collation for the connection.

  26. def setDatabase(value: String): MySQLAuthOptions

    Specify the default database for the re-authentication.

  27. def setPassword(value: String): MySQLAuthOptions

    Specify the user password to be used for the authentication.

  28. def setProperties(value: Map[String, String]): MySQLAuthOptions

    Set connection attributes which will be sent to server at the re-authentication.

  29. def setServerRsaPublicKeyPath(value: String): MySQLAuthOptions

    Set the path of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.

  30. def setServerRsaPublicKeyValue(value: Buffer): MySQLAuthOptions

    Set the value of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.

  31. def setUser(value: String): MySQLAuthOptions

    Specify the user account to be used for the authentication.

  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  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
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped