/ 

io.vertx/ vertx-lang-groovy/ 3.8.0/ io/vertx/groovy/ext/auth/jdbc/JDBCHashStrategy_GroovyExtension.java

 

  • class publicJDBCHashStrategy_GroovyExtension
    • method final publicgetHashedStoredPwd(JDBCHashStrategy, List<Object>): String
    • method final publicgetSalt(JDBCHashStrategy, List<Object>): String
    • method final publicsetNonces(JDBCHashStrategy, List<Object>): void
http://nexus.sonatype.org/oss-repository-hosting.html/vertx-parent/vertx-lang-groovy-parent/vertx-lang-groovy: Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ (Eclipse)
  • The Apache Software License, Version 2.0
  • Eclipse Public License - v 1.0
package io.vertx.groovy.ext.auth.jdbc;
public class JDBCHashStrategy_GroovyExtension {
  public static java.lang.String getHashedStoredPwd(io.vertx.ext.auth.jdbc.JDBCHashStrategy j_receiver, java.util.List<Object> row) {
    return j_receiver.getHashedStoredPwd(row != null ? io.vertx.core.impl.ConversionHelper.toJsonArray(row) : null);
  }
  public static java.lang.String getSalt(io.vertx.ext.auth.jdbc.JDBCHashStrategy j_receiver, java.util.List<Object> row) {
    return j_receiver.getSalt(row != null ? io.vertx.core.impl.ConversionHelper.toJsonArray(row) : null);
  }
  public static void setNonces(io.vertx.ext.auth.jdbc.JDBCHashStrategy j_receiver, java.util.List<Object> nonces) {
    j_receiver.setNonces(nonces != null ? io.vertx.core.impl.ConversionHelper.toJsonArray(nonces) : null);
  }
}


Missing a library or version you want to see? Open an issue!
Icon set and themes from IntelliJ Community