Ignore:
Timestamp:
2023-04-21T15:58:01+12:00 (14 months ago)
Author:
davidb
Message:

Fields changed to public so they can be access from the GoogleSignInDataRealm; The GoogleSignIn code could have used a string literal, but then we would have to keep track of that, sould we every change the table name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/DerbyWrapper.java

    r37674 r37693  
    7979
    8080    static final String DRIVER = "org.apache.derby.jdbc.ClientDriver"; //"org.apache.derby.jdbc.EmbeddedDriver";
    81     static final String USERSDB = "usersDB";
    82     static final String USERS = "users";
    83     static final String ROLES = "roles";
     81        static final String USERSDB = "usersDB";
     82    public static final String USERS = "users";
     83    public static final String ROLES = "roles";
    8484    static final String DATA = "data";
    8585    private Connection conn = null;
Note: See TracChangeset for help on using the changeset viewer.