Interface AuthenticationService

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MODULE  
    • Method Detail

      • authenticate

        boolean authenticate​(java.lang.String databaseName,
                             java.util.Properties info)
                      throws java.sql.SQLException
        Authenticate a User inside Derby.
        Parameters:
        info - Connection properties info. failure.
        Throws:
        java.sql.SQLException
      • getSystemCredentialsDatabaseName

        java.lang.String getSystemCredentialsDatabaseName()

        Get the name of the credentials database used to authenticate system-wide operations. This returns null for all implementations except NATIVE authentication.