Changeset 14296


Ignore:
Timestamp:
2007-08-01T15:00:38+12:00 (17 years ago)
Author:
qq6
Message:

added strings for Authentication

File:
1 edited

Legend:

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

    r14222 r14296  
    194194  public static final String IMPORT_ELEM = "import";
    195195 
    196  
     196  //for authentication
     197   public static final String AUTHEN_NODE_ELEM="authenticationNode";
     198   public static final String USER_NODE_ELEM="userNode";
     199
    197200  /** takes a list of elements, and returns an array of strings
    198201   * of the values of attribute att_name */
Note: See TracChangeset for help on using the changeset viewer.