class MySQLAuthOptions extends AnyRef
Authentication options for MySQL authentication which can be used for CHANGE_USER command.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MySQLAuthOptions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MySQLAuthOptions(_asJava: mysqlclient.MySQLAuthOptions)
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 asJava: mysqlclient.MySQLAuthOptions
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getCharset: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCollation: String
- def getDatabase: String
- def getPassword: String
- def getProperties: Map[String, String]
- def getServerRsaPublicKeyPath: String
- def getServerRsaPublicKeyValue: Buffer
- def getUser: String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
def
setCharset(value: String): MySQLAuthOptions
Set the charset for the connection.
-
def
setCollation(value: String): MySQLAuthOptions
Set the collation for the connection.
-
def
setDatabase(value: String): MySQLAuthOptions
Specify the default database for the re-authentication.
-
def
setPassword(value: String): MySQLAuthOptions
Specify the user password to be used for the authentication.
-
def
setProperties(value: Map[String, String]): MySQLAuthOptions
Set connection attributes which will be sent to server at the re-authentication.
-
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.
-
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.
-
def
setUser(value: String): MySQLAuthOptions
Specify the user account to be used for the authentication.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @native() @throws( ... )