Packages

class JDBCAuthOptions extends AuthOptions

Options configuring JDBC authentication.

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

Instance Constructors

  1. new JDBCAuthOptions(_asJava: ext.auth.jdbc.JDBCAuthOptions)

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: ext.auth.jdbc.JDBCAuthOptions
  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 getAuthenticationQuery: String
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getConfig: JsonObject
  13. def getDatasourceName: String
  14. def getPermissionsQuery: String
  15. def getRolesPrefix: String
  16. def getRolesQuery: String
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isShared: 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. def setAuthenticationQuery(value: String): JDBCAuthOptions

    Set the authentication query to use.

    Set the authentication query to use. Use this if you want to override the default authentication query.

  24. def setConfig(value: JsonObject): JDBCAuthOptions

    The configuration of the JDBC client: refer to the Vert.x JDBC Client configuration.

  25. def setDatasourceName(value: String): JDBCAuthOptions

    Set the data source name to use, only use in shared mode.

  26. def setPermissionsQuery(value: String): JDBCAuthOptions

    Set the permissions query to use.

    Set the permissions query to use. Use this if you want to override the default permissions query.

  27. def setRolesPrefix(value: String): JDBCAuthOptions

    Set the role prefix to distinguish from permissions when checking for isPermitted requests.

  28. def setRolesQuery(value: String): JDBCAuthOptions

    Set the roles query to use.

    Set the roles query to use. Use this if you want to override the default roles query.

  29. def setShared(value: Boolean): JDBCAuthOptions

    Set whether the JDBC client is shared or non shared.

  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AuthOptions

Inherited from AnyRef

Inherited from Any

Ungrouped