package jdbc
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
              Visibility
              
        - Public
- All
Type Members
- 
      
      
      
        
      
    
      
        
        class
      
      
        JDBCAuth extends AuthProvider
      
      
      Factory interface for creating io.vertx.scala.ext.auth.AuthProvider instances that use the Vert.x JDBC client. Factory interface for creating io.vertx.scala.ext.auth.AuthProvider instances that use the Vert.x JDBC client. By default the hashing strategy is SHA-512. If you're already running in production this is backwards compatible, however for new deployments or security upgrades it is recommended to use the PBKDF2 strategy as it is the current OWASP recommendation for password storage. 
- 
      
      
      
        
      
    
      
        
        class
      
      
        JDBCAuthOptions extends AuthOptions
      
      
      Options configuring JDBC authentication. 
- 
      
      
      
        
      
    
      
        
        class
      
      
        JDBCHashStrategy extends AnyRef
      
      
      Determines how the hashing is computed in the implementation Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default. 
Value Members
-  object JDBCAuth
-  object JDBCAuthOptions
-  object JDBCHashStrategy