Tabnine Logo
JDBCRealm.authenticate
Code IndexAdd Tabnine to your IDE (free)

How to use
authenticate
method
in
org.apache.catalina.realm.JDBCRealm

Best Java code snippets using org.apache.catalina.realm.JDBCRealm.authenticate (Showing top 9 results out of 315)

origin: tomcat/catalina-optional

Principal principal = authenticate(dbConnection,
                  username, credentials);
origin: org.apache.tomcat/tomcat-catalina

Principal principal = authenticate(dbConnection,
                  username, credentials);
origin: com.ovea.tajin.servers/tajin-server-jetty9

Principal principal = authenticate(dbConnection,
                  username, credentials);
origin: codefollower/Tomcat-Research

Principal principal = authenticate(dbConnection,
                  username, credentials);
origin: org.apache.catalina/com.springsource.org.apache.catalina

Principal principal = authenticate(dbConnection,
                  username, credentials);
origin: com.ovea.tajin.server/tajin-server-jetty9

Principal principal = authenticate(dbConnection,
                  username, credentials);
origin: org.apache.geronimo.ext.tomcat/catalina

Principal principal = authenticate(dbConnection,
                  username, credentials);
origin: org.ops4j.pax.tipi/org.ops4j.pax.tipi.tomcat-embed-core

Principal principal = authenticate(dbConnection,
                  username, credentials);
origin: com.ovea.tajin.server/tajin-server-tomcat7

Principal principal = authenticate(dbConnection,
                  username, credentials);
org.apache.catalina.realmJDBCRealmauthenticate

Javadoc

Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.

Popular methods of JDBCRealm

  • <init>
  • close
    Close the specified database connection.
  • credentials
    Return a PreparedStatement configured to perform the SELECT required to retrieve user credentials fo
  • getPassword
    Get the password for the specified user.
  • getRoles
    Return the roles associated with the given user name.
  • open
    Open (if necessary) and return a database connection for use by this Realm.
  • roles
    Return a PreparedStatement configured to perform the SELECT required to retrieve user roles for the
  • setConnectionName
    Set the username to use to connect to the database.
  • setConnectionPassword
    Set the password to use to connect to the database.
  • setConnectionURL
    Set the URL to use to connect to the database.
  • setDriverName
    Set the JDBC driver that will be used.
  • getObjectName
  • setDriverName,
  • getObjectName,
  • digest,
  • hasMessageDigest,
  • isRoleStoreDefined,
  • getCredentialHandler,
  • compareCredentials

Popular in Java

  • Finding current android device location
  • setRequestProperty (URLConnection)
  • findViewById (Activity)
  • getResourceAsStream (ClassLoader)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Top Vim 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