class JDBCAuthOptions extends AuthOptions
Options configuring JDBC authentication.
          
            Linear Supertypes
          
          
        
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
- By Inheritance
                  Inherited
                  
                  
- JDBCAuthOptions
- AuthOptions
- AnyRef
- Any
- Hide All
- Show All
              Visibility
              
        - Public
- All
Instance Constructors
-  new JDBCAuthOptions(_asJava: ext.auth.jdbc.JDBCAuthOptions)
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: ext.auth.jdbc.JDBCAuthOptions
- 
      
      
      
        
      
    
      
        
        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 getAuthenticationQuery: String
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
-  def getConfig: JsonObject
-  def getDatasourceName: String
-  def getPermissionsQuery: String
-  def getRolesPrefix: String
-  def getRolesQuery: String
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
-  def isShared: 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()
 
- 
      
      
      
        
      
    
      
        
        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. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setConfig(value: JsonObject): JDBCAuthOptions
      
      
      The configuration of the JDBC client: refer to the Vert.x JDBC Client configuration. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setDatasourceName(value: String): JDBCAuthOptions
      
      
      Set the data source name to use, only use in shared mode. 
- 
      
      
      
        
      
    
      
        
        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. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setRolesPrefix(value: String): JDBCAuthOptions
      
      
      Set the role prefix to distinguish from permissions when checking for isPermitted requests. 
- 
      
      
      
        
      
    
      
        
        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. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        setShared(value: Boolean): JDBCAuthOptions
      
      
      Set whether the JDBC client is shared or non shared. 
- 
      
      
      
        
      
    
      
        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( ... )