Tabnine Logo
JDBCAuth.create
Code IndexAdd Tabnine to your IDE (free)

How to use
create
method
in
io.vertx.ext.auth.jdbc.JDBCAuth

Best Java code snippets using io.vertx.ext.auth.jdbc.JDBCAuth.create (Showing top 4 results out of 315)

origin: vert-x3/vertx-examples

AuthProvider authProvider = JDBCAuth.create(vertx, client);
origin: io.vertx/vertx-rx-java

/**
 * Create a JDBC auth provider implementation
 * @param vertx 
 * @param client the JDBC client instance
 * @return the auth provider
 */
public static io.vertx.rxjava.ext.auth.jdbc.JDBCAuth create(io.vertx.rxjava.core.Vertx vertx, io.vertx.rxjava.ext.jdbc.JDBCClient client) { 
 io.vertx.rxjava.ext.auth.jdbc.JDBCAuth ret = io.vertx.rxjava.ext.auth.jdbc.JDBCAuth.newInstance(io.vertx.ext.auth.jdbc.JDBCAuth.create(vertx.getDelegate(), client.getDelegate()));
 return ret;
}
origin: vert-x3/vertx-rx

/**
 * Create a JDBC auth provider implementation
 * @param vertx 
 * @param client the JDBC client instance
 * @return the auth provider
 */
public static io.vertx.rxjava.ext.auth.jdbc.JDBCAuth create(io.vertx.rxjava.core.Vertx vertx, io.vertx.rxjava.ext.jdbc.JDBCClient client) { 
 io.vertx.rxjava.ext.auth.jdbc.JDBCAuth ret = io.vertx.rxjava.ext.auth.jdbc.JDBCAuth.newInstance(io.vertx.ext.auth.jdbc.JDBCAuth.create(vertx.getDelegate(), client.getDelegate()));
 return ret;
}
origin: io.vertx/vertx-auth-jdbc

protected JDBCAuth createProvider() {
 JDBCClient client = JDBCClient.createNonShared(vertx, config());
 return JDBCAuth.create(vertx, client);
}
io.vertx.ext.auth.jdbcJDBCAuthcreate

Popular methods of JDBCAuth

  • setNonces
  • setAuthenticationQuery
  • setPermissionsQuery
  • setRolesQuery
  • authenticate
  • computeHash
  • generateSalt
  • setRolePrefix

Popular in Java

  • Updating database using SQL prepared statement
  • compareTo (BigDecimal)
  • setRequestProperty (URLConnection)
  • getContentResolver (Context)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • Menu (java.awt)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now